Commit f5f6437 1 parent e278ae2 commit f5f6437 Copy full SHA for f5f6437
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : testmanager
3
- appVersion : 0.5.1
3
+ appVersion : 0.5.2
4
4
description : A generated Helm Chart for Soniclabs T&M testmanager
5
- version : 1.0.17
5
+ version : 1.0.18
6
6
type : application
7
7
maintainers :
8
8
- name : cdecatapult
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ blahblahblahblah
48
48
| ------------------- | -------------------------------------------------- | ---------------------------------------------- |
49
49
| ` image.repository ` | The repository to use for the Test Manager image | ` ghcr.io/cdecatapult/soniclabs-testmanager-ts ` |
50
50
| ` image.pullPolicy ` | The pull policy to use for the Test Manager image | ` Always ` |
51
- | ` image.tag ` | The tag to use for the Test Manager image | ` v0.5.2 ` |
51
+ | ` image.tag ` | The tag to use for the Test Manager image | ` v0.5.3 ` |
52
52
| ` image.pullSecrets ` | The pull secrets to use for the Test Manager image | ` ["soniclabs"] ` |
53
53
54
54
### TestManager Ingress parameters
Original file line number Diff line number Diff line change 83
83
# # @param image.pullPolicy The pull policy to use for the Test Manager image
84
84
pullPolicy : Always
85
85
# # @param image.tag The tag to use for the Test Manager image
86
- tag : v0.5.2
86
+ tag : v0.5.3
87
87
# # @param image.pullSecrets The pull secrets to use for the Test Manager image
88
88
pullSecrets : ['soniclabs']
89
89
You can’t perform that action at this time.
0 commit comments