Skip to content

Commit fcef810

Browse files
Updated chart to use new Gateway Image 3.7.0 (#170)
* Updated chart to use new Gateway Image 3.7.0 * Updated docs
1 parent c91b09b commit fcef810

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/gateway/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: "3.6.1"
33
description: Conduktor Gateway chart
44
name: conduktor-gateway
5-
version: 3.6.1
5+
version: 3.7.0
66
dependencies:
77
- name: common
88
version: 2.x.x

charts/gateway/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This section defines the image to be used.
4545
| -------------------------- | -------------------------------------------------------- | ----------------------------- |
4646
| `gateway.image.registry` | Docker registry to use | `docker.io` |
4747
| `gateway.image.repository` | Image in repository format (conduktor/conduktor-gateway) | `conduktor/conduktor-gateway` |
48-
| `gateway.image.tag` | Image tag | `3.6.1` |
48+
| `gateway.image.tag` | Image tag | `3.7.0` |
4949
| `gateway.image.pullPolicy` | Kubernetes image pull policy | `IfNotPresent` |
5050

5151
### Gateway configurations

charts/gateway/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ gateway:
4848
## @param gateway.image.repository Image in repository format (conduktor/conduktor-gateway)
4949
repository: conduktor/conduktor-gateway
5050
## @param gateway.image.tag Image tag
51-
tag: 3.6.1
51+
tag: 3.7.0
5252
## @param gateway.image.pullPolicy Kubernetes image pull policy
5353
pullPolicy: IfNotPresent
5454

0 commit comments

Comments
 (0)