From ae5923f85ccdb8c606121b912597222a27cd8243 Mon Sep 17 00:00:00 2001 From: vitaliichyrka Date: Tue, 18 Feb 2025 10:56:14 +0200 Subject: [PATCH] chore: updated sealed-secrets-controller --- charts/gitops-runtime/Chart.yaml | 2 +- charts/gitops-runtime/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 4b9c2391..5e6c388d 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -30,7 +30,7 @@ dependencies: condition: argo-rollouts.enabled - name: sealed-secrets repository: https://bitnami-labs.github.io/sealed-secrets/ - version: 2.16.1 + version: 2.17.0 - name: codefresh-tunnel-client repository: oci://quay.io/codefresh/charts version: 0.1.18 diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 31c2f027..11b0e0f1 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -129,7 +129,7 @@ sealed-secrets: image: registry: 'quay.io' repository: 'codefresh/sealed-secrets-controller' - tag: '0.27.1' + tag: '0.28.0' resources: limits: cpu: 500m