From 27055b1a8148f819d80f8f7779925ba5f28ec87e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 08:05:00 +0000 Subject: [PATCH] chore(deps): update externalsecrets docker tag to v5 --- 03_apps/apps/cloudnative-pg/Chart.yaml | 2 +- 03_apps/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/03_apps/apps/cloudnative-pg/Chart.yaml b/03_apps/apps/cloudnative-pg/Chart.yaml index 0f2cfca..94cca78 100644 --- a/03_apps/apps/cloudnative-pg/Chart.yaml +++ b/03_apps/apps/cloudnative-pg/Chart.yaml @@ -5,5 +5,5 @@ type: application version: 0.1.0 dependencies: - name: externalsecrets - version: 4.6.0 + version: 5.0.0 repository: oci://ghcr.io/lunarys/charts diff --git a/03_apps/values.yaml b/03_apps/values.yaml index 5ababf8..7f6938b 100644 --- a/03_apps/values.yaml +++ b/03_apps/values.yaml @@ -15,7 +15,7 @@ targetRevision: main # - The helm chart within the `mainHelmRepo` that is used to render secrets. secretsChart: "externalsecrets" # - The version of the `secretsChart` to use by default. -secretsChartVersion: "4.6.0" +secretsChartVersion: "5.0.0" # -- The helm chart within the `mainHelmRepo` that is used to render network policies networkPolicyChart: "networkpolicy"