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

It seems that all of the *-containers repos carry image catalogs. It would be nice to have them compiled into a helm chart here to be able to easily deploy...

chart( cluster )

Closes #631 Closes #531

chart( cluster )
size:M

# Problem For solve technical problem we need add ```"helm.sh/resource-policy": keep``` into PVC annotations, but there are no variables in cluster Helm chart for CNPG, schema allow only: ``` storage:...

chart( cluster )

Support for custom annotations on the ScheduledBackup resource would be a very useful feature to add to the cluster chart. It's useful because when the Helm release is uninstalled, any...

chart( cluster )

This adds an optional network policy based on https://github.com/cloudnative-pg/cloudnative-pg/blob/main/docs/src/samples/networkpolicy-example.yaml

chart( operator )
size:M

# Fix: resolve null error for standalone mode in cluster chart `/charts/cluster/templates/_external_clusters.tpl` ``` {{- define "cluster.externalClusters" -}} {{- if eq .Values.mode "standalone" }} externalClusters: [] {{- else if eq .Values.mode...

chart( cluster )

Following up the [comment](https://github.com/cloudnative-pg/charts/issues/192#issuecomment-2401657173) from @itay-grudev, I now create a new issue, as I didn't found any other issue describing my feature request. Automated alerts for cluster issues would be...

chart( operator )

Hello! It looks to me as if loading S3 credentials from a secret is not supported. These two config values should allow loading using a secretRef ``` backups.s3.accessKey backups.s3.secretKey ```...

chart( cluster )

With this chart a not conform cluster resource gets created. It works on the cluster, but kubeconform says it is against the schema: ``` stdin: Cluster release-name-cluster is invalid: problem...

chart( cluster )

As discussed in https://github.com/cloudnative-pg/charts/issues/325 the CRDs are too big to be installed through ArgoCD without requiring ServerSideApply. To facilitate this please create a dictionary `crds.annotations` that lets me set an...

chart( cluster )