Skip to content

Commit

Permalink
tma - updated to use new image v0.5.3, bumped chart/app version, upda…
Browse files Browse the repository at this point in the history
…ted README.md (#57)
  • Loading branch information
markjrouse authored Apr 26, 2024
1 parent e278ae2 commit f5f6437
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/testmanager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: testmanager
appVersion: 0.5.1
appVersion: 0.5.2
description: A generated Helm Chart for Soniclabs T&M testmanager
version: 1.0.17
version: 1.0.18
type: application
maintainers:
- name: cdecatapult
Expand Down
2 changes: 1 addition & 1 deletion charts/testmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ blahblahblahblah
| ------------------- | -------------------------------------------------- | ---------------------------------------------- |
| `image.repository` | The repository to use for the Test Manager image | `ghcr.io/cdecatapult/soniclabs-testmanager-ts` |
| `image.pullPolicy` | The pull policy to use for the Test Manager image | `Always` |
| `image.tag` | The tag to use for the Test Manager image | `v0.5.2` |
| `image.tag` | The tag to use for the Test Manager image | `v0.5.3` |
| `image.pullSecrets` | The pull secrets to use for the Test Manager image | `["soniclabs"]` |

### TestManager Ingress parameters
Expand Down
2 changes: 1 addition & 1 deletion charts/testmanager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ image:
## @param image.pullPolicy The pull policy to use for the Test Manager image
pullPolicy: Always
## @param image.tag The tag to use for the Test Manager image
tag: v0.5.2
tag: v0.5.3
## @param image.pullSecrets The pull secrets to use for the Test Manager image
pullSecrets: ['soniclabs']

Expand Down

0 comments on commit f5f6437

Please sign in to comment.