diff --git a/charts/cloud-native-postgresql/Chart.yaml b/charts/cloud-native-postgresql/Chart.yaml index b627508..8c44bbe 100644 --- a/charts/cloud-native-postgresql/Chart.yaml +++ b/charts/cloud-native-postgresql/Chart.yaml @@ -31,6 +31,3 @@ keywords: - postgres - database home: https://www.enterprisedb.com/products/postgresql-on-kubernetes-ha-clusters-k8s-containers-scalable -maintainers: - - name: phisco - email: p.scorsolini@gmail.com diff --git a/charts/cloud-native-postgresql/README.md b/charts/cloud-native-postgresql/README.md index abb510d..479e1b3 100644 --- a/charts/cloud-native-postgresql/README.md +++ b/charts/cloud-native-postgresql/README.md @@ -1,17 +1,13 @@ # cloud-native-postgresql -![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.12.0](https://img.shields.io/badge/AppVersion-1.12.0-informational?style=flat-square) +> **:exclamation: This Helm Chart is deprecated!** + +![Version: 0.13.1](https://img.shields.io/badge/Version-0.13.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.15.0](https://img.shields.io/badge/AppVersion-1.15.0-informational?style=flat-square) Cloud Native Postgresql Helm Chart **Homepage:** -## Maintainers - -| Name | Email | Url | -| ---- | ------ | --- | -| phisco | | | - ## Source Code * @@ -53,5 +49,3 @@ Cloud Native Postgresql Helm Chart | webhook.validating.create | bool | `true` | | | webhook.validating.failurePolicy | string | `"Fail"` | | ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.8.1](https://github.com/norwoodj/helm-docs/releases/v1.8.1) diff --git a/charts/edb-postgres-for-kubernetes/README.md b/charts/edb-postgres-for-kubernetes/README.md index e2252f1..e1c2861 100644 --- a/charts/edb-postgres-for-kubernetes/README.md +++ b/charts/edb-postgres-for-kubernetes/README.md @@ -28,8 +28,7 @@ EDB Postgres for Kubernetes Helm Chart | commonAnnotations | object | `{}` | Annotations to be added to all other resources. | | config.clusterWide | bool | `true` | This option determines if the operator is responsible for observing events across the entire Kubernetes cluster or if its focus should be narrowed down to the specific namespace within which it has been deployed. | | config.create | bool | `true` | Specifies whether the secret should be created | -| config.data | object | `{}` | The content of the configmap/secret, see https://www.enterprisedb.com/docs/postgres_for_kubernetes/latest/operator_conf/#available-options for all the available options. | -| config.data.PULL_SECRET_NAME | string | `"edb-pull-secret"` | | +| config.data | object | `{"PULL_SECRET_NAME":"edb-pull-secret"}` | The content of the configmap/secret, see https://www.enterprisedb.com/docs/postgres_for_kubernetes/latest/operator_conf/#available-options for all the available options. | | config.name | string | `"postgresql-operator-controller-manager-config"` | The name of the configmap/secret to use. | | config.secret | bool | `false` | Specifies whether it should be stored in a secret, instead of a configmap. | | containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsGroup":10001,"runAsUser":10001,"seccompProfile":{"type":"RuntimeDefault"}}` | Container Security Context |