File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : " 2.6.0 "
2
+ appVersion : " 2.6.1 "
3
3
description : Conduktor Gateway chart
4
4
name : conduktor-gateway
5
- version : 2.6.0
5
+ version : 2.6.1
6
6
7
7
dependencies :
8
8
- name : kafka
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ This section define the image to be used
25
25
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
26
26
| ` gateway.image.registry ` | Docker registry to use | ` docker.io ` |
27
27
| ` 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 ` |
29
29
| ` gateway.image.pullPolicy ` | Kubernetes image pull policy | ` IfNotPresent ` |
30
30
| ` gateway.replicas ` | number of gateway instances to be deployed | ` 2 ` |
31
31
| ` gateway.secretRef ` | Secret name to load sensitive env var from | ` "" ` |
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ gateway:
21
21
# # @param gateway.image.repository Image in repository format (conduktor/conduktor-gateway)
22
22
repository : conduktor/conduktor-gateway
23
23
# # @param gateway.image.tag Image tag
24
- tag : 2.6.0
24
+ tag : 2.6.1
25
25
# # @param gateway.image.pullPolicy Kubernetes image pull policy
26
26
pullPolicy : IfNotPresent
27
27
You can’t perform that action at this time.
0 commit comments