charts
charts copied to clipboard
CloudNativePG Helm Charts
# Repo interns: PR template with checklist This PR try to help both contributors and reviewers to have better experience when openening a new Pull Request by suggesting some guidance....
## Description The test resource is currently hard-coded to a specific alpine image. This image is old and contains [vulnerabilities](https://hub.docker.com/layers/library/alpine/3.17/images/sha256-920690a8d840be3c20bf5205001bc913be3a4d8c39ea191bbdaf8e187ffcb180). Users should be able to override this image when required....
This PR addresses the requirements of #673. In an OpenShift environment, you usually do not want to set `runAsUser` or `runAsGroup` to something specific, instead it is chosen automatically by...
Fixes #702.
fixes https://github.com/cloudnative-pg/charts/issues/687
This PR adds the possibility for a user to add additional annotations to the service account if it's created from the chart. This is especially useful when using [IRSA](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html) authentication...
Based on https://github.com/cloudnative-pg/plugin-barman-cloud/blob/v0.7.0/config/rbac/objectstore_viewer_role.yaml, https://github.com/cloudnative-pg/plugin-barman-cloud/blob/v0.7.0/config/rbac/objectstore_editor_role.yaml Essentially the same as https://github.com/cloudnative-pg/charts/pull/39 but for the `ObjectStore` resource from the barman plugin
Update on Helm template for the Issuer resource so it is created only when certificate generation is explicitly enabled. This caused unnecessary issuer creation even when no client or server...
Add helm chart related changes for the namespaced deployment If one wants to use the namespaced deployment it is possible to deploy the operator setting config.namespaced=true and config.clusterwide=false. If clusterwide...
This change makes the Prometheus metrics port configurable in the cloudnative-pg Helm chart (instead of being hardcoded to 8080).