From efbf77490015009912d699797997d1cff7aa8dea Mon Sep 17 00:00:00 2001 From: Daniel Cosme Date: Thu, 30 Apr 2026 13:25:57 -0400 Subject: [PATCH] Fix wrong version in CloudNativePG Helm Chart --- .../hydra/cloud-native-pg/helm-release.yaml | 2 +- infrastructure/hydra/truenas-csi/kuztomization.yaml | 12 ++++++------ pkg/root/root.go | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/infrastructure/hydra/cloud-native-pg/helm-release.yaml b/infrastructure/hydra/cloud-native-pg/helm-release.yaml index e7572cf..471e677 100644 --- a/infrastructure/hydra/cloud-native-pg/helm-release.yaml +++ b/infrastructure/hydra/cloud-native-pg/helm-release.yaml @@ -12,7 +12,7 @@ spec: kind: HelmRepository name: cnpg namespace: cnpg-system - version: 1.29.0 + version: 0.28.0 install: crds: Create interval: 30m0s diff --git a/infrastructure/hydra/truenas-csi/kuztomization.yaml b/infrastructure/hydra/truenas-csi/kuztomization.yaml index 6e443c2..d5ce9ee 100644 --- a/infrastructure/hydra/truenas-csi/kuztomization.yaml +++ b/infrastructure/hydra/truenas-csi/kuztomization.yaml @@ -4,16 +4,16 @@ metadata: name: truenas-csi namespace: truenas-csi resources: +- nfs-storage-class.yaml +- iscsi-storage-class.yaml - namespace.yaml -- controller-cluster-role.yaml +- controller-deployment.yaml +- controller-service-account.yaml - controller-binding.yaml -- node-service-account.yaml - node-cluster-role.yaml - node-binding.yaml - node-deamonset.yaml - CSIDriver.yaml -- controller-deployment.yaml -- controller-service-account.yaml +- controller-cluster-role.yaml +- node-service-account.yaml - config.yaml -- nfs-storage-class.yaml -- iscsi-storage-class.yaml diff --git a/pkg/root/root.go b/pkg/root/root.go index 0049419..60eba69 100644 --- a/pkg/root/root.go +++ b/pkg/root/root.go @@ -33,7 +33,7 @@ const ( HELM_LONGHORN_CHART_VERSION = "1.11.1" HELM_CLOUD_NATIVE_PG_URL = "https://cloudnative-pg.github.io/charts" HELM_CLOUD_NATIVE_PG_CHART = "cloudnative-pg" - HELM_CLOUD_NATIVE_PG_CHART_VERSION = "1.29.0" + HELM_CLOUD_NATIVE_PG_CHART_VERSION = "0.28.0" ) var (