Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.21.99
appVersion: v0.21.101
dependencies:
- alias: cnpg
condition: cnpg.enabled
Expand Down Expand Up @@ -31,4 +31,4 @@ maintainers:
name: veritable-ui
sources:
- https://github.com/digicatapult/veritable-ui
version: 2.0.95
version: 2.0.96
2 changes: 1 addition & 1 deletion charts/veritable-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,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.21.99` |
| `image.tag` | veritable-ui image tag (immutable tags are recommended) | `v0.21.101` |
| `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 @@ -217,7 +217,7 @@ initIssuancePolicy:
image:
registry: docker.io
repository: digicatapult/veritable-ui
tag: v0.21.99
tag: v0.21.101
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
Loading