From 078560e67536895075773a652daee02482f9cb99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 14:10:48 +0000 Subject: [PATCH] chore(deps): update externalsecrets docker tag to v4.6.0 --- 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 80627e8..0f2cfca 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.3.0 + version: 4.6.0 repository: oci://ghcr.io/lunarys/charts diff --git a/03_apps/values.yaml b/03_apps/values.yaml index e2c449d..5ababf8 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.3.0" +secretsChartVersion: "4.6.0" # -- The helm chart within the `mainHelmRepo` that is used to render network policies networkPolicyChart: "networkpolicy"