Commit e278ae2 1 parent 9953ab7 commit e278ae2 Copy full SHA for e278ae2
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 : deploymanager
3
- appVersion : 1.5.0
3
+ appVersion : 1.5.1
4
4
description : A generated Helm Chart for Soniclabs T&M deploymanager
5
- version : 1.0.5
5
+ version : 1.0.6
6
6
type : application
7
7
maintainers :
8
8
- name : cdecatapult
Original file line number Diff line number Diff line change 32
32
| ------------------- | ---------------------------------------------------- | --------------------------------------------- |
33
33
| ` image.repository ` | The repository to use for the Deploy Manager image | ` ghcr.io/cdecatapult/soniclabs-deploymanager ` |
34
34
| ` image.pullPolicy ` | The pull policy to use for the Deploy Manager image | ` Always ` |
35
- | ` image.tag ` | The tag to use for the Deploy Manager image | ` v1.5.0 ` |
35
+ | ` image.tag ` | The tag to use for the Deploy Manager image | ` v1.5.1 ` |
36
36
| ` image.pullSecrets ` | The pull secrets to use for the Deploy Manager image | ` ["soniclabs"] ` |
37
37
38
38
### DeployManager Ingress parameters
Original file line number Diff line number Diff line change 53
53
# # @param image.pullPolicy The pull policy to use for the Deploy Manager image
54
54
pullPolicy : Always
55
55
# # @param image.tag The tag to use for the Deploy Manager image
56
- tag : v1.5.0
56
+ tag : v1.5.1
57
57
# # @param image.pullSecrets The pull secrets to use for the Deploy Manager image
58
58
pullSecrets : ['soniclabs']
59
59
You can’t perform that action at this time.
0 commit comments