Skip to content

Commit e278ae2

Browse files
authored
dma - updated to use new image v1.5.1, bumped chart/app version, updated README.md (#56)
1 parent 9953ab7 commit e278ae2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/deploymanager/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: deploymanager
3-
appVersion: 1.5.0
3+
appVersion: 1.5.1
44
description: A generated Helm Chart for Soniclabs T&M deploymanager
5-
version: 1.0.5
5+
version: 1.0.6
66
type: application
77
maintainers:
88
- name: cdecatapult

charts/deploymanager/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
| ------------------- | ---------------------------------------------------- | --------------------------------------------- |
3333
| `image.repository` | The repository to use for the Deploy Manager image | `ghcr.io/cdecatapult/soniclabs-deploymanager` |
3434
| `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` |
3636
| `image.pullSecrets` | The pull secrets to use for the Deploy Manager image | `["soniclabs"]` |
3737

3838
### DeployManager Ingress parameters

charts/deploymanager/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ image:
5353
## @param image.pullPolicy The pull policy to use for the Deploy Manager image
5454
pullPolicy: Always
5555
## @param image.tag The tag to use for the Deploy Manager image
56-
tag: v1.5.0
56+
tag: v1.5.1
5757
## @param image.pullSecrets The pull secrets to use for the Deploy Manager image
5858
pullSecrets: ['soniclabs']
5959

0 commit comments

Comments
 (0)