Skip to content

Commit

Permalink
Bumping values (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
dblane-digicatapult authored Nov 29, 2023
1 parent 53bb07c commit 722936b
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions charts/configmanager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: configmanager
appVersion: 1.1.2
appVersion: 1.1.3
description: A generated Helm Chart for Soniclabs T&M configmanager
version: 1.0.2
version: 1.0.3
type: application
maintainers:
- name: cdecatapult
Expand Down
2 changes: 1 addition & 1 deletion charts/configmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
| ------------------- | ---------------------------------------------------- | --------------------------------------------- |
| `image.repository` | The repository to use for the Config Manager image | `ghcr.io/cdecatapult/soniclabs-configmanager` |
| `image.pullPolicy` | The pull policy to use for the Config Manager image | `Always` |
| `image.tag` | The tag to use for the Config Manager image | `v1.1.2` |
| `image.tag` | The tag to use for the Config Manager image | `v1.1.3` |
| `image.pullSecrets` | The pull secrets to use for the Config Manager image | `["soniclabs"]` |

### ConfigManager Ingress parameters
Expand Down
2 changes: 1 addition & 1 deletion charts/configmanager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ image:
## @param image.pullPolicy The pull policy to use for the Config Manager image
pullPolicy: Always
## @param image.tag The tag to use for the Config Manager image
tag: v1.1.2
tag: v1.1.3
## @param image.pullSecrets The pull secrets to use for the Config Manager image
pullSecrets: ['soniclabs']

Expand Down
4 changes: 2 additions & 2 deletions charts/deploymanager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: deploymanager
appVersion: 1.1.2
appVersion: 1.1.3
description: A generated Helm Chart for Soniclabs T&M deploymanager
version: 1.0.2
version: 1.0.3
type: application
maintainers:
- name: cdecatapult
Expand Down
2 changes: 1 addition & 1 deletion charts/deploymanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
| ------------------- | ---------------------------------------------------- | --------------------------------------------- |
| `image.repository` | The repository to use for the Deploy Manager image | `ghcr.io/cdecatapult/soniclabs-deploymanager` |
| `image.pullPolicy` | The pull policy to use for the Deploy Manager image | `Always` |
| `image.tag` | The tag to use for the Deploy Manager image | `v1.1.2` |
| `image.tag` | The tag to use for the Deploy Manager image | `v1.1.3` |
| `image.pullSecrets` | The pull secrets to use for the Deploy Manager image | `["soniclabs"]` |

### DeployManager Ingress parameters
Expand Down
2 changes: 1 addition & 1 deletion charts/deploymanager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ image:
## @param image.pullPolicy The pull policy to use for the Deploy Manager image
pullPolicy: Always
## @param image.tag The tag to use for the Deploy Manager image
tag: v1.1.2
tag: v1.1.3
## @param image.pullSecrets The pull secrets to use for the Deploy Manager image
pullSecrets: ['soniclabs']

Expand Down
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.1.14
appVersion: 0.1.22
description: A generated Helm Chart for Soniclabs T&M testmanager
version: 1.0.6
version: 1.0.7
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 @@ -46,7 +46,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.1.14` |
| `image.tag` | The tag to use for the Test Manager image | `v0.1.22` |
| `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 @@ -79,7 +79,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.1.14
tag: v0.1.22
## @param image.pullSecrets The pull secrets to use for the Test Manager image
pullSecrets: ['soniclabs']

Expand Down

0 comments on commit 722936b

Please sign in to comment.