From 1da037a196776625866135b6aa54f1ec802dc4cc 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, 2 Nov 2024 22:07:20 +0000 Subject: [PATCH] Update docker.io/digicatapult/sqnc-ipfs Docker tag to v2.10.94 --- charts/sqnc-ipfs/Chart.yaml | 4 ++-- charts/sqnc-ipfs/README.md | 2 +- charts/sqnc-ipfs/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/sqnc-ipfs/Chart.yaml b/charts/sqnc-ipfs/Chart.yaml index a19431a1..87ebd148 100644 --- a/charts/sqnc-ipfs/Chart.yaml +++ b/charts/sqnc-ipfs/Chart.yaml @@ -5,8 +5,8 @@ apiVersion: v2 name: sqnc-ipfs description: sqnc-ipfs is a component of the SQNC project that provides a distributed IPFS based storage solution for the SQNC platform. # renovate: image=digicatapult/sqnc-ipfs -appVersion: v2.10.93 -version: 4.0.15 +appVersion: v2.10.94 +version: 4.0.16 dependencies: - name: common repository: https://charts.bitnami.com/bitnami diff --git a/charts/sqnc-ipfs/README.md b/charts/sqnc-ipfs/README.md index e9e87984..ffb6ba19 100644 --- a/charts/sqnc-ipfs/README.md +++ b/charts/sqnc-ipfs/README.md @@ -99,7 +99,7 @@ The command removes all the Kubernetes components associated with the chart and | `healthCheckTimeout` | Health check timeout in milliseconds | `2000` | | `image.registry` | sqnc-ipfs image registry | `docker.io` | | `image.repository` | sqnc-ipfs image repository | `digicatapult/sqnc-ipfs` | -| `image.tag` | sqnc-ipfs image tag (immutable tags are recommended) | `v2.10.93` | +| `image.tag` | sqnc-ipfs image tag (immutable tags are recommended) | `v2.10.94` | | `image.digest` | sqnc-ipfs 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` | sqnc-ipfs image pull policy | `IfNotPresent` | | `image.pullSecrets` | sqnc-ipfs image pull secrets | `[]` | diff --git a/charts/sqnc-ipfs/values.yaml b/charts/sqnc-ipfs/values.yaml index 57f690aa..403ff747 100644 --- a/charts/sqnc-ipfs/values.yaml +++ b/charts/sqnc-ipfs/values.yaml @@ -157,7 +157,7 @@ healthCheckTimeout: 2000 image: registry: docker.io repository: digicatapult/sqnc-ipfs - tag: v2.10.93 + tag: v2.10.94 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'