diff --git a/charts/veritable-ui/Chart.yaml b/charts/veritable-ui/Chart.yaml index 6d99c5a8..2c81de0a 100644 --- a/charts/veritable-ui/Chart.yaml +++ b/charts/veritable-ui/Chart.yaml @@ -3,7 +3,7 @@ annotations: licenses: Apache-2.0 apiVersion: v2 # renovate: image=digicatapult/veritable-ui -appVersion: v0.12.9 +appVersion: v0.12.11 dependencies: - condition: postgresql.enabled name: postgresql @@ -30,4 +30,4 @@ maintainers: name: veritable-ui sources: - https://github.com/digicatapult/veritable-ui -version: 1.0.53 +version: 1.0.54 diff --git a/charts/veritable-ui/README.md b/charts/veritable-ui/README.md index a18d03ed..d0bf55f9 100644 --- a/charts/veritable-ui/README.md +++ b/charts/veritable-ui/README.md @@ -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.9` | +| `image.tag` | veritable-ui image tag (immutable tags are recommended) | `v0.12.11` | | `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 | `[]` | diff --git a/charts/veritable-ui/values.yaml b/charts/veritable-ui/values.yaml index 0694ca0c..e702a903 100644 --- a/charts/veritable-ui/values.yaml +++ b/charts/veritable-ui/values.yaml @@ -184,7 +184,7 @@ initIssuancePolicy: image: registry: docker.io repository: digicatapult/veritable-ui - tag: v0.12.9 + tag: v0.12.11 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'