diff --git a/charts/cnpg-operator/Chart.lock b/charts/cnpg-operator/Chart.lock index d7b061c4..2dc26518 100644 --- a/charts/cnpg-operator/Chart.lock +++ b/charts/cnpg-operator/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 0.1.1 - name: cloudnative-pg repository: https://cloudnative-pg.github.io/charts - version: 0.26.0 -digest: sha256:3e3b9332e2947a5efeedd8fd435234245e183f9826058459559dc019964c073f -generated: "2025-08-13T23:59:21.544509555Z" + version: 0.26.1 +digest: sha256:2faf6055c8c4516fc056aa1fd120d38f0b483ac7754ea2554d3760bf48b4a472 +generated: "2025-10-23T23:59:23.346620345Z" diff --git a/charts/cnpg-operator/Chart.yaml b/charts/cnpg-operator/Chart.yaml index 7934cbaa..79c393c5 100644 --- a/charts/cnpg-operator/Chart.yaml +++ b/charts/cnpg-operator/Chart.yaml @@ -7,14 +7,14 @@ annotations: catalog.cattle.io/release-name: cnpg catalog.cattle.io/namespace: lp-system apiVersion: v2 -appVersion: 0.26.0 +appVersion: 0.26.1 dependencies: - name: common repository: https://charts.sourcemation.com/ version: 0.1.x - condition: global.cnpgOperatorCrd.enabled name: cloudnative-pg - version: 0.26.0 + version: 0.26.1 repository: https://cloudnative-pg.github.io/charts description: CloudNativePG is operator designed to manage PostgreSQL workloads. Install only once on kubernetes. Databases. home: https://linuxpolska.com @@ -33,4 +33,4 @@ name: cnpg-operator sources: - https://github.com/SourceMation/charts.git type: application -version: 0.5.0 +version: 0.5.1 diff --git a/charts/cnpg-operator/README.md b/charts/cnpg-operator/README.md index fab88139..6495a36a 100644 --- a/charts/cnpg-operator/README.md +++ b/charts/cnpg-operator/README.md @@ -59,7 +59,7 @@ helm uninstall bbbb -n lp-system export RELEASE_NAME=cnpg-operator export CHART_NAME=cnpg-operator export RELEASE_NAMESPACE=lp-system -export CHART_VERSION=0.5.0 +export CHART_VERSION=0.5.1 kubectl create ns ${RELEASE_NAMESPACE} kubectl config set-context --current --namespace ${RELEASE_NAMESPACE} diff --git a/charts/cnpg-operator/charts/cloudnative-pg-0.26.0.tgz b/charts/cnpg-operator/charts/cloudnative-pg-0.26.0.tgz deleted file mode 100644 index 890ba9da..00000000 Binary files a/charts/cnpg-operator/charts/cloudnative-pg-0.26.0.tgz and /dev/null differ diff --git a/charts/cnpg-operator/charts/cloudnative-pg-0.26.1.tgz b/charts/cnpg-operator/charts/cloudnative-pg-0.26.1.tgz new file mode 100644 index 00000000..fd85b852 Binary files /dev/null and b/charts/cnpg-operator/charts/cloudnative-pg-0.26.1.tgz differ