Skip to content

Commit f5f6437

Browse files
authored
tma - updated to use new image v0.5.3, bumped chart/app version, updated README.md (#57)
1 parent e278ae2 commit f5f6437

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/testmanager/Chart.yaml

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

charts/testmanager/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ blahblahblahblah
4848
| ------------------- | -------------------------------------------------- | ---------------------------------------------- |
4949
| `image.repository` | The repository to use for the Test Manager image | `ghcr.io/cdecatapult/soniclabs-testmanager-ts` |
5050
| `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` |
5252
| `image.pullSecrets` | The pull secrets to use for the Test Manager image | `["soniclabs"]` |
5353

5454
### TestManager Ingress parameters

charts/testmanager/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ image:
8383
## @param image.pullPolicy The pull policy to use for the Test Manager image
8484
pullPolicy: Always
8585
## @param image.tag The tag to use for the Test Manager image
86-
tag: v0.5.2
86+
tag: v0.5.3
8787
## @param image.pullSecrets The pull secrets to use for the Test Manager image
8888
pullSecrets: ['soniclabs']
8989

0 commit comments

Comments
 (0)