Skip to content

Commit f417a10

Browse files
gw 2.6.0 (#52)
* gw 2.6.0 * chore(chart): Update README.md with readme-generator-for-helm Signed-off-by: ConduktorBot <[email protected]> --------- Signed-off-by: ConduktorBot <[email protected]> Co-authored-by: ConduktorBot <[email protected]>
1 parent 492a8bc commit f417a10

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.5.0"
2+
appVersion: "2.6.0"
33
description: Conduktor Gateway chart
44
name: conduktor-gateway
5-
version: 2.5.0
5+
version: 2.6.0
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.5.0` |
28+
| `gateway.image.tag` | Image tag | `2.6.0` |
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.5.0
24+
tag: 2.6.0
2525
## @param gateway.image.pullPolicy Kubernetes image pull policy
2626
pullPolicy: IfNotPresent
2727

0 commit comments

Comments
 (0)