File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
appVersion : " 3.6.1"
3
3
description : Conduktor Gateway chart
4
4
name : conduktor-gateway
5
- version : 3.6.1
5
+ version : 3.7.0
6
6
dependencies :
7
7
- name : common
8
8
version : 2.x.x
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ This section defines the image to be used.
45
45
| -------------------------- | -------------------------------------------------------- | ----------------------------- |
46
46
| ` gateway.image.registry ` | Docker registry to use | ` docker.io ` |
47
47
| ` 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 ` |
49
49
| ` gateway.image.pullPolicy ` | Kubernetes image pull policy | ` IfNotPresent ` |
50
50
51
51
### Gateway configurations
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ gateway:
48
48
# # @param gateway.image.repository Image in repository format (conduktor/conduktor-gateway)
49
49
repository : conduktor/conduktor-gateway
50
50
# # @param gateway.image.tag Image tag
51
- tag : 3.6.1
51
+ tag : 3.7.0
52
52
# # @param gateway.image.pullPolicy Kubernetes image pull policy
53
53
pullPolicy : IfNotPresent
54
54
You can’t perform that action at this time.
0 commit comments