charts
charts copied to clipboard
CloudNativePG Helm Charts
I noticed the chart to deploy cluster has an option for Azure `inheritFromAzureAD` allowing not to specify credentials manually (they are a bit problematic if the policy is to rotate...
Adds support for running a ParadeDB cluster using CloudNativePG. This PR makes the necessary changes needed for ParadeDB and adds a backup/restore test suite.
This runs the `cluster` chart chainsaw tests via a matrix strategy for two reasons: 1. Running tests in parallel to decrease the total test time 2. To list individual tests...
Fix #368 by adding `$PGDBNAME` env var to database-ping-test. Note that if the user uses a custom secret in the initdb, they will also need to add the dbname to...
This adds support for specifying [`topologySpreadConstraints`](https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/) for the cloudnative-pg operator deployment. Resolves #371
This PR provides merged version of my PRs together: - https://github.com/cloudnative-pg/charts/pull/359 - https://github.com/cloudnative-pg/charts/pull/358 - https://github.com/cloudnative-pg/charts/pull/357 - https://github.com/cloudnative-pg/charts/pull/356 Maybe it will be useful to merge them all at once via this...
This PR adds functionality for: - [Backup on volume snapshots](https://cloudnative-pg.io/documentation/current/backup_volumesnapshot/) - [Recovery from VolumeSnapshot objects ](https://cloudnative-pg.io/documentation/current/recovery/#recovery-from-volumesnapshot-objects) - [Replication](https://cloudnative-pg.io/documentation/current/replication/) - [Importing databases ](https://cloudnative-pg.io/documentation/current/database_import/) **Breaking changes**: - removes `.Values.backups.enabled` and set `.Values.backups.objectStorage.providers`...
implements: https://github.com/cloudnative-pg/charts/issues/360
I would like to suggest adding support for defining environment variables in the Helm chart, as indicated in the documentation: [CloudNative PG - Cluster Configuration](https://cloudnative-pg.io/documentation/1.24/cluster_conf/). This feature would enhance the...
I'd like to be able to specify the [`topologySpreadConstraints`](https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/) for the operator in addition to the affinity.