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"