Skip to content

Commit

Permalink
tm - updated chart to use new image 0.4.40 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
markjrouse authored Mar 13, 2024
1 parent 5fe2554 commit 45d0dba
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.4.37
appVersion: 0.4.40
description: A generated Helm Chart for Soniclabs T&M testmanager
version: 1.0.13
version: 1.0.14
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 @@ -47,7 +47,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.4.37` |
| `image.tag` | The tag to use for the Test Manager image | `v0.4.40` |
| `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 @@ -81,7 +81,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.4.37
tag: v0.4.40
## @param image.pullSecrets The pull secrets to use for the Test Manager image
pullSecrets: ['soniclabs']

Expand Down

0 comments on commit 45d0dba

Please sign in to comment.