charts
charts copied to clipboard
CloudNativePG Helm Charts
We already have cloudnative-pg 0.21.2 chart with operator version 1.23.1, in 1.23 added support or ImageCatalog, we need to specify this in cluster chart.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/cloudnative-pg/charts). ## Config Migration Needed - [ ]...
I want to create user with username and password when I add helm charts in my helm chart as dependencies.
It is not currently possible to specify any type of `recoveryTarget` other than `targetTime` in the cluster bootstrap: ``` {{- with .Values.recovery.pitrTarget.time }} recoveryTarget: targetTime: {{ . }} {{- end...
Have deployed the cnpg operator and cluster successfully on my eks cluster, but the scheduled backups is getting stucked at walArchivingFailing phase. Below given is my helm values.yaml file for...
Setting `serverTLSSecret` and `replicationTLSSecret` on `.cluster.certificates` leads to this error upon helm install: ``` Error: values don't meet the specifications of the schema(s) in the following chart(s): cluster: - cluster.certificates:...
An implementation of the `pb_basebackup` recovery method. Tested this helm chart using the `existingSecret` option and was able to successfully bootstrap a cluster using this method. The TLS implementation I'm...
When deploying to k8s cluster with a node group that has instances, there should be support for selecting the node group that the cluster pods will be deployed to, to...
This PR adds a test suite prototype for the `cluster` chart. It uses KUTTL and MinIO for backups. To facilitate the MinIO integration, the following fields were added: * Added...