charts
charts copied to clipboard
CloudNativePG Helm Charts
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`.
## 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...
(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...
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
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...
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:...
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: ```...
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"...
Hi, I think you forgot to add the image pull secret variables to the deployment so currently that option is not working :)
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...