diff --git a/charts/cloudnative-pg/Chart.yaml b/charts/cloudnative-pg/Chart.yaml index 1f68d14..c8b2f3f 100644 --- a/charts/cloudnative-pg/Chart.yaml +++ b/charts/cloudnative-pg/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: cloudnative-pg description: Create a Postgresql database cluster on AWS EKS using cloudnative-pg.io and any required AWS resources via crossplane.io. type: application -version: 0.0.5 +version: 0.0.6 kubeVersion: ">=1.24.0-0" keywords: - postgresql diff --git a/charts/cloudnative-pg/values.yaml b/charts/cloudnative-pg/values.yaml index bc7ea3b..711e531 100644 --- a/charts/cloudnative-pg/values.yaml +++ b/charts/cloudnative-pg/values.yaml @@ -45,7 +45,7 @@ stegostore: schedule: "0 * * * *" concurrencyPolicy: Forbid imageName: portswigger-cloud/stegostore - imageDigest: sha256:464c054776960226d6b5f8935c90528ab48c0e1dad43389b604f7a527d5ae512 + imageDigest: sha256:4cd9c55df4e68394eb30ea06060739301bdf60c55f560d24d7cc3547c2ea250d stegosweep: enabled: true schedule: "30 1 * * *"