Skip to content

Commit c4963e9

Browse files
Merge pull request #53 from conduktor/2.6.1-gw
2 parents f417a10 + 8723844 commit c4963e9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/gateway/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: "2.6.0"
2+
appVersion: "2.6.1"
33
description: Conduktor Gateway chart
44
name: conduktor-gateway
5-
version: 2.6.0
5+
version: 2.6.1
66

77
dependencies:
88
- name: kafka

charts/gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This section define the image to be used
2525
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2626
| `gateway.image.registry` | Docker registry to use | `docker.io` |
2727
| `gateway.image.repository` | Image in repository format (conduktor/conduktor-gateway) | `conduktor/conduktor-gateway` |
28-
| `gateway.image.tag` | Image tag | `2.6.0` |
28+
| `gateway.image.tag` | Image tag | `2.6.1` |
2929
| `gateway.image.pullPolicy` | Kubernetes image pull policy | `IfNotPresent` |
3030
| `gateway.replicas` | number of gateway instances to be deployed | `2` |
3131
| `gateway.secretRef` | Secret name to load sensitive env var from | `""` |

charts/gateway/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gateway:
2121
## @param gateway.image.repository Image in repository format (conduktor/conduktor-gateway)
2222
repository: conduktor/conduktor-gateway
2323
## @param gateway.image.tag Image tag
24-
tag: 2.6.0
24+
tag: 2.6.1
2525
## @param gateway.image.pullPolicy Kubernetes image pull policy
2626
pullPolicy: IfNotPresent
2727

0 commit comments

Comments
 (0)