diff --git a/base/cloudnative-pg-operator/kustomization.yaml b/base/cloudnative-pg-operator/kustomization.yaml index 4f0dee3..69b319d 100644 --- a/base/cloudnative-pg-operator/kustomization.yaml +++ b/base/cloudnative-pg-operator/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.21.1/cnpg-1.21.1.yaml + - https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.24.1/cnpg-1.24.1.yaml configurations: - - ./configurations/cnpg-cluster.yaml \ No newline at end of file + - ./configurations/cnpg-cluster.yaml diff --git a/base/kustomization.yaml b/base/kustomization.yaml index 5455d51..c2b5434 100644 --- a/base/kustomization.yaml +++ b/base/kustomization.yaml @@ -11,4 +11,4 @@ resources: - ./minio - ./metrics - ./nginx -- ./cloudnative-pg-operator +#- ./cloudnative-pg-operator