charts icon indicating copy to clipboard operation
charts copied to clipboard

CloudNativePG Helm Charts

Results 227 charts issues
Sort by recently updated
recently updated
newest added

The values file for `plugin-barman-cloud` has the variable `certificates.issuerName` but it's not used for generating the name of the issuer, which instead simply uses `{{ include "plugin-barman-cloud.fullname" . }}-selfsigned-issuer`.

chart( plugin-barman-cloud )

## What the Issue Is Currently, when enabling the pooler from the Helm chart (`values.yaml`), the pooler is created successfully, but the generated Secret is **not updated** to use the...

chart( cluster )
size:M

(base) raphy@raohy:~/.talos/timescaledb$ helm upgrade --install cnpg \ > --namespace cnpg-system \ > --create-namespace \ > --namespace cnpg-system \ > --create-namespace \ > cnpg/cloudnative-pg Release "cnpg" does not exist. Installing it...

chart( cluster )

We do an apt install for psql in the ping test - https://github.com/cloudnative-pg/charts/blob/main/charts/cluster/templates/tests/ping.yaml. It would be better to use alpine psql docker image https://hub.docker.com/r/alpine/psql

chart( cluster )

The newest release tag (`0.23.2`) gets updated on push to main via the [release-publish workflow](https://github.com/cloudnative-pg/charts/blob/main/.github/workflows/release-publish.yml). This is not great as the digest of the tag is also updated, which triggers...

release

Add support for a pooler service to define services of type LoadBalancer see ref: [[cloudnative-pg] feat: allow setting a service type and annotations for a pooler resource #3384](https://github.com/cloudnative-pg/cloudnative-pg/pull/3384) ```yml poolers:...

chart( cluster )

Since the `barmanObjectStore` is being deprecated, this feature is currently not available in the `cluster` Helm chart. In the values file of the `cluster` chart, the expected configuration is: ```...

chart( cluster )

right now when syncing this plugin the kind: Certificate duration and renewBefore adds the minutes and seconds. I changed it to duration: 2160h0m0s renewBefore: 360h0m0s It also removes "isCA: false"...

chart( plugin-barman-cloud )

Hi, I think you forgot to add the image pull secret variables to the deployment so currently that option is not working :)

bug
chart( plugin-barman-cloud )

Hello, An issue have already been raised about this: PR merged but it seems to have been rollbacked. https://github.com/cloudnative-pg/charts/issues/94 Is there any way to add labels to pods from chart...

chart( cluster )