From 3efc8f70abdce459164f08c30a97c045aabca679 Mon Sep 17 00:00:00 2001 From: ricoberger Date: Wed, 24 Jul 2024 20:38:57 +0200 Subject: [PATCH] Update Docker Image in Helm Chart --- charts/README.md | 2 +- charts/vault-secrets-operator/Chart.yaml | 4 ++-- charts/vault-secrets-operator/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/README.md b/charts/README.md index 6483ed8..0845beb 100644 --- a/charts/README.md +++ b/charts/README.md @@ -5,7 +5,7 @@ | `replicaCount` | Number of replications which should be created. | `1` | | `deploymentStrategy` | Deployment strategy which should be used. | `{}` | | `image.repository` | The repository of the Docker image. | `ricoberger/vault-secrets-operator` | -| `image.tag` | The tag of the Docker image which should be used. | `v1.24.3` | +| `image.tag` | The tag of the Docker image which should be used. | `v1.24.4` | | `image.digest` | The image digest of the Docker image which should be used | `""` | | `image.pullPolicy` | The pull policy for the Docker image, | `IfNotPresent` | | `image.volumeMounts` | Mount additional volumns to the container. | `[]` | diff --git a/charts/vault-secrets-operator/Chart.yaml b/charts/vault-secrets-operator/Chart.yaml index 631b65c..4f70d7c 100644 --- a/charts/vault-secrets-operator/Chart.yaml +++ b/charts/vault-secrets-operator/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v1.24.3 +appVersion: v1.24.4 description: Create Kubernetes secrets from Vault for a secure GitOps based workflow. home: https://github.com/ricoberger/vault-secrets-operator icon: https://raw.githubusercontent.com/ricoberger/vault-secrets-operator/main/assets/logo.png @@ -7,4 +7,4 @@ maintainers: - name: Rico Berger url: https://ricoberger.de name: vault-secrets-operator -version: 2.5.10 +version: 2.5.11 diff --git a/charts/vault-secrets-operator/values.yaml b/charts/vault-secrets-operator/values.yaml index 29687eb..15a07dc 100644 --- a/charts/vault-secrets-operator/values.yaml +++ b/charts/vault-secrets-operator/values.yaml @@ -3,7 +3,7 @@ deploymentStrategy: {} image: repository: ricoberger/vault-secrets-operator - tag: v1.24.3 + tag: v1.24.4 # digest: sha256:7246830da1852a7417cccc1092beecdf524d9eb9fb7b29aabcf10796cccb3def pullPolicy: IfNotPresent