Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cluster operator chart v0.22.1 incorrect in the helm chart repo #457

Open
m4s-b3n opened this issue Dec 3, 2024 · 0 comments
Open

Cluster operator chart v0.22.1 incorrect in the helm chart repo #457

m4s-b3n opened this issue Dec 3, 2024 · 0 comments

Comments

@m4s-b3n
Copy link

m4s-b3n commented Dec 3, 2024

When setting up the operator using the chart 0.22.1 from the helm repo the clusterWide feature is not included, although it should be.

Using the oci registry works.

Example using helm repo:

helm repo add cnpg https://cloudnative-pg.github.io/charts
helm repo update
helm template cnpg \
  --namespace cnpg-system \
  --create-namespace \
  --set config.clusterWide=false \
  --version 0.22.1 \
  cnpg/cloudnative-pg

Example using oci registry:

helm template cnpg \
  --namespace cnpg-system \
  --create-namespace \
  --set config.clusterWide=false \
  --version 0.22.1 \
  oci://ghcr.io/cloudnative-pg/charts/cloudnative-pg

Problem

The output of both examples differ. See sample.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant