diff --git a/charts/gateway/Chart.yaml b/charts/gateway/Chart.yaml index d18ce36..0bc73ef 100644 --- a/charts/gateway/Chart.yaml +++ b/charts/gateway/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "3.4.0" +appVersion: "3.5.0" description: Conduktor Gateway chart name: conduktor-gateway version: 3.4.1 diff --git a/charts/gateway/README.md b/charts/gateway/README.md index 78ab849..a4be102 100644 --- a/charts/gateway/README.md +++ b/charts/gateway/README.md @@ -22,7 +22,7 @@ This section defines the image to be used. | -------------------------- | -------------------------------------------------------- | ----------------------------- | | `gateway.image.registry` | Docker registry to use | `docker.io` | | `gateway.image.repository` | Image in repository format (conduktor/conduktor-gateway) | `conduktor/conduktor-gateway` | -| `gateway.image.tag` | Image tag | `3.4.0` | +| `gateway.image.tag` | Image tag | `3.5.0` | | `gateway.image.pullPolicy` | Kubernetes image pull policy | `IfNotPresent` | ### Gateway configurations diff --git a/charts/gateway/values.yaml b/charts/gateway/values.yaml index 02b1776..fcd1eca 100644 --- a/charts/gateway/values.yaml +++ b/charts/gateway/values.yaml @@ -17,7 +17,7 @@ gateway: ## @param gateway.image.repository Image in repository format (conduktor/conduktor-gateway) repository: conduktor/conduktor-gateway ## @param gateway.image.tag Image tag - tag: 3.4.0 + tag: 3.5.0 ## @param gateway.image.pullPolicy Kubernetes image pull policy pullPolicy: IfNotPresent