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"