From 6b355c83011726a1cde223dd2f90173e74071def Mon Sep 17 00:00:00 2001 From: "digicatapult-self-hosted-renovate[bot]" <181463083+digicatapult-self-hosted-renovate[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 00:31:10 +0000 Subject: [PATCH] Update docker.io/digicatapult/veritable-cloudagent Docker tag to v0.12.74 (#719) Co-authored-by: digicatapult-self-hosted-renovate[bot] <181463083+digicatapult-self-hosted-renovate[bot]@users.noreply.github.com> --- charts/veritable-cloudagent/Chart.yaml | 4 ++-- charts/veritable-cloudagent/README.md | 2 +- charts/veritable-cloudagent/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/veritable-cloudagent/Chart.yaml b/charts/veritable-cloudagent/Chart.yaml index 39b38166..aa2b6d27 100644 --- a/charts/veritable-cloudagent/Chart.yaml +++ b/charts/veritable-cloudagent/Chart.yaml @@ -3,7 +3,7 @@ annotations: licenses: Apache-2.0 apiVersion: v2 # renovate: image=digicatapult/veritable-cloudagent -appVersion: v0.12.73 +appVersion: v0.12.74 dependencies: - condition: postgresql.enabled name: postgresql @@ -26,4 +26,4 @@ maintainers: name: veritable-cloudagent sources: - https://github.com/digicatapult/veritable-cloudagent -version: 2.3.64 +version: 2.3.65 diff --git a/charts/veritable-cloudagent/README.md b/charts/veritable-cloudagent/README.md index 1c28a07a..f2bf5ae5 100644 --- a/charts/veritable-cloudagent/README.md +++ b/charts/veritable-cloudagent/README.md @@ -152,7 +152,7 @@ The command removes all the Kubernetes components associated with the chart and | ------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- | | `image.registry` | veritable-cloudagent image registry | `docker.io` | | `image.repository` | veritable-cloudagent image repository | `digicatapult/veritable-cloudagent` | -| `image.tag` | veritable-cloudagent image tag (immutable tags are recommended) | `v0.12.73` | +| `image.tag` | veritable-cloudagent image tag (immutable tags are recommended) | `v0.12.74` | | `image.digest` | veritable-cloudagent 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-cloudagent image pull policy | `IfNotPresent` | | `image.pullSecrets` | veritable-cloudagent image pull secrets | `[]` | diff --git a/charts/veritable-cloudagent/values.yaml b/charts/veritable-cloudagent/values.yaml index 60b9f5d1..99bee5c5 100644 --- a/charts/veritable-cloudagent/values.yaml +++ b/charts/veritable-cloudagent/values.yaml @@ -269,7 +269,7 @@ ipfs: image: registry: docker.io repository: digicatapult/veritable-cloudagent - tag: v0.12.73 + tag: v0.12.74 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'