Skip to content

Commit

Permalink
Update docker.io/digicatapult/veritable-ui Docker tag to v0.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent d061a52 commit 92f6948
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/veritable-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ annotations:
licenses: Apache-2.0
apiVersion: v2
# renovate: image=digicatapult/veritable-ui
appVersion: v0.12.6
appVersion: v0.12.7
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -30,4 +30,4 @@ maintainers:
name: veritable-ui
sources:
- https://github.com/digicatapult/veritable-ui
version: 1.0.50
version: 1.0.51
2 changes: 1 addition & 1 deletion charts/veritable-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ The command removes all the Kubernetes components associated with the chart and
| ------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- |
| `image.registry` | veritable-ui image registry | `docker.io` |
| `image.repository` | veritable-ui image repository | `digicatapult/veritable-ui` |
| `image.tag` | veritable-ui image tag (immutable tags are recommended) | `v0.12.6` |
| `image.tag` | veritable-ui image tag (immutable tags are recommended) | `v0.12.7` |
| `image.digest` | veritable-ui image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
| `image.pullPolicy` | veritable-ui image pull policy | `IfNotPresent` |
| `image.pullSecrets` | veritable-ui image pull secrets | `[]` |
Expand Down
2 changes: 1 addition & 1 deletion charts/veritable-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ initIssuancePolicy:
image:
registry: docker.io
repository: digicatapult/veritable-ui
tag: v0.12.6
tag: v0.12.7
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit 92f6948

Please sign in to comment.