diff --git a/operators/cloudnative-pg/0.0.2/app-changelog.md b/operators/cloudnative-pg/0.0.2/app-changelog.md deleted file mode 100644 index 1c2fc4acc23..00000000000 --- a/operators/cloudnative-pg/0.0.2/app-changelog.md +++ /dev/null @@ -1,13 +0,0 @@ - - -## [cloudnative-pg-0.0.2](https://github.com/truecharts/charts/compare/cloudnative-pg-0.0.1...cloudnative-pg-0.0.2) (2023-06-06) - -### Chore - -- update helm chart common to 12.12.1 ([#9349](https://github.com/truecharts/charts/issues/9349)) - - ### Fix - -- use hardcoded and fixed cnpg-webhook-service servicename ([#9429](https://github.com/truecharts/charts/issues/9429)) - - \ No newline at end of file diff --git a/operators/cloudnative-pg/0.0.2/CHANGELOG.md b/operators/cloudnative-pg/0.0.3/CHANGELOG.md similarity index 78% rename from operators/cloudnative-pg/0.0.2/CHANGELOG.md rename to operators/cloudnative-pg/0.0.3/CHANGELOG.md index 74c0358eced..b0d9013acee 100644 --- a/operators/cloudnative-pg/0.0.2/CHANGELOG.md +++ b/operators/cloudnative-pg/0.0.3/CHANGELOG.md @@ -4,6 +4,15 @@ +## [cloudnative-pg-0.0.3](https://github.com/truecharts/charts/compare/cloudnative-pg-0.0.2...cloudnative-pg-0.0.3) (2023-06-06) + +### Fix + +- fix webhook port + + + + ## [cloudnative-pg-0.0.2](https://github.com/truecharts/charts/compare/cloudnative-pg-0.0.1...cloudnative-pg-0.0.2) (2023-06-06) ### Chore diff --git a/operators/cloudnative-pg/0.0.2/Chart.yaml b/operators/cloudnative-pg/0.0.3/Chart.yaml similarity index 98% rename from operators/cloudnative-pg/0.0.2/Chart.yaml rename to operators/cloudnative-pg/0.0.3/Chart.yaml index b9035529c8a..8e609e1e07e 100644 --- a/operators/cloudnative-pg/0.0.2/Chart.yaml +++ b/operators/cloudnative-pg/0.0.3/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/cloudnative-pg - https://cloudnative-pg.io/ type: application -version: 0.0.2 +version: 0.0.3 annotations: truecharts.org/catagories: | - operators diff --git a/operators/cloudnative-pg/0.0.2/LICENSE b/operators/cloudnative-pg/0.0.3/LICENSE similarity index 100% rename from operators/cloudnative-pg/0.0.2/LICENSE rename to operators/cloudnative-pg/0.0.3/LICENSE diff --git a/operators/cloudnative-pg/0.0.2/README.md b/operators/cloudnative-pg/0.0.3/README.md similarity index 100% rename from operators/cloudnative-pg/0.0.2/README.md rename to operators/cloudnative-pg/0.0.3/README.md diff --git a/operators/cloudnative-pg/0.0.3/app-changelog.md b/operators/cloudnative-pg/0.0.3/app-changelog.md new file mode 100644 index 00000000000..cf5a60170fa --- /dev/null +++ b/operators/cloudnative-pg/0.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cloudnative-pg-0.0.3](https://github.com/truecharts/charts/compare/cloudnative-pg-0.0.2...cloudnative-pg-0.0.3) (2023-06-06) + +### Fix + +- fix webhook port + + \ No newline at end of file diff --git a/operators/cloudnative-pg/0.0.2/app-readme.md b/operators/cloudnative-pg/0.0.3/app-readme.md similarity index 100% rename from operators/cloudnative-pg/0.0.2/app-readme.md rename to operators/cloudnative-pg/0.0.3/app-readme.md diff --git a/operators/cloudnative-pg/0.0.2/charts/common-12.12.3.tgz b/operators/cloudnative-pg/0.0.3/charts/common-12.12.3.tgz similarity index 100% rename from operators/cloudnative-pg/0.0.2/charts/common-12.12.3.tgz rename to operators/cloudnative-pg/0.0.3/charts/common-12.12.3.tgz diff --git a/operators/cloudnative-pg/0.0.2/ix_values.yaml b/operators/cloudnative-pg/0.0.3/ix_values.yaml similarity index 100% rename from operators/cloudnative-pg/0.0.2/ix_values.yaml rename to operators/cloudnative-pg/0.0.3/ix_values.yaml diff --git a/operators/cloudnative-pg/0.0.2/questions.yaml b/operators/cloudnative-pg/0.0.3/questions.yaml similarity index 100% rename from operators/cloudnative-pg/0.0.2/questions.yaml rename to operators/cloudnative-pg/0.0.3/questions.yaml diff --git a/operators/cloudnative-pg/0.0.2/templates/NOTES.txt b/operators/cloudnative-pg/0.0.3/templates/NOTES.txt similarity index 100% rename from operators/cloudnative-pg/0.0.2/templates/NOTES.txt rename to operators/cloudnative-pg/0.0.3/templates/NOTES.txt diff --git a/operators/cloudnative-pg/0.0.2/templates/_mutatingwebhookconfiguration.tpl b/operators/cloudnative-pg/0.0.3/templates/_mutatingwebhookconfiguration.tpl similarity index 93% rename from operators/cloudnative-pg/0.0.2/templates/_mutatingwebhookconfiguration.tpl rename to operators/cloudnative-pg/0.0.3/templates/_mutatingwebhookconfiguration.tpl index 54d022d1f31..8c3d90f10fb 100644 --- a/operators/cloudnative-pg/0.0.2/templates/_mutatingwebhookconfiguration.tpl +++ b/operators/cloudnative-pg/0.0.3/templates/_mutatingwebhookconfiguration.tpl @@ -25,7 +25,7 @@ webhooks: name: cnpg-webhook-service namespace: {{ .Release.Namespace }} path: /mutate-postgresql-cnpg-io-v1-backup - port: {{ .Values.service.main.ports.main.port }} + port: 443 failurePolicy: {{ .Values.webhook.mutating.failurePolicy }} name: mbackup.kb.io rules: @@ -46,7 +46,7 @@ webhooks: name: cnpg-webhook-service namespace: {{ .Release.Namespace }} path: /mutate-postgresql-cnpg-io-v1-cluster - port: {{ .Values.service.main.ports.main.port }} + port: 443 failurePolicy: {{ .Values.webhook.mutating.failurePolicy }} name: mcluster.kb.io rules: @@ -67,7 +67,7 @@ webhooks: name: cnpg-webhook-service namespace: {{ .Release.Namespace }} path: /mutate-postgresql-cnpg-io-v1-scheduledbackup - port: {{ .Values.service.main.ports.main.port }} + port: 443 failurePolicy: {{ .Values.webhook.mutating.failurePolicy }} name: mscheduledbackup.kb.io rules: diff --git a/operators/cloudnative-pg/0.0.2/templates/_validatingwebhookconfiguration.tpl b/operators/cloudnative-pg/0.0.3/templates/_validatingwebhookconfiguration.tpl similarity index 92% rename from operators/cloudnative-pg/0.0.2/templates/_validatingwebhookconfiguration.tpl rename to operators/cloudnative-pg/0.0.3/templates/_validatingwebhookconfiguration.tpl index a240caa5e05..e16d46ee015 100644 --- a/operators/cloudnative-pg/0.0.2/templates/_validatingwebhookconfiguration.tpl +++ b/operators/cloudnative-pg/0.0.3/templates/_validatingwebhookconfiguration.tpl @@ -25,7 +25,7 @@ webhooks: name: cnpg-webhook-service namespace: {{ .Release.Namespace }} path: /validate-postgresql-cnpg-io-v1-backup - port: {{ .Values.service.main.ports.main.port }} + port: 9443 failurePolicy: {{ .Values.webhook.validating.failurePolicy }} name: vbackup.kb.io rules: @@ -46,7 +46,7 @@ webhooks: name: cnpg-webhook-service namespace: {{ .Release.Namespace }} path: /validate-postgresql-cnpg-io-v1-cluster - port: {{ .Values.service.main.ports.main.port }} + port: 443 failurePolicy: {{ .Values.webhook.validating.failurePolicy }} name: vcluster.kb.io rules: @@ -67,7 +67,7 @@ webhooks: name: cnpg-webhook-service namespace: {{ .Release.Namespace }} path: /validate-postgresql-cnpg-io-v1-scheduledbackup - port: {{ .Values.service.main.ports.main.port }} + port: 443 failurePolicy: {{ .Values.webhook.validating.failurePolicy }} name: vscheduledbackup.kb.io rules: @@ -88,7 +88,7 @@ webhooks: name: cnpg-webhook-service namespace: {{ .Release.Namespace }} path: /validate-postgresql-cnpg-io-v1-pooler - port: {{ .Values.service.main.ports.main.port }} + port: 443 failurePolicy: {{ .Values.webhook.validating.failurePolicy }} name: vpooler.kb.io rules: diff --git a/operators/cloudnative-pg/0.0.2/templates/common.yaml b/operators/cloudnative-pg/0.0.3/templates/common.yaml similarity index 100% rename from operators/cloudnative-pg/0.0.2/templates/common.yaml rename to operators/cloudnative-pg/0.0.3/templates/common.yaml diff --git a/operators/cloudnative-pg/0.0.2/templates/crds.yaml b/operators/cloudnative-pg/0.0.3/templates/crds.yaml similarity index 100% rename from operators/cloudnative-pg/0.0.2/templates/crds.yaml rename to operators/cloudnative-pg/0.0.3/templates/crds.yaml diff --git a/operators/cloudnative-pg/0.0.2/values.yaml b/operators/cloudnative-pg/0.0.3/values.yaml similarity index 100% rename from operators/cloudnative-pg/0.0.2/values.yaml rename to operators/cloudnative-pg/0.0.3/values.yaml