Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
dba1cadca3
commit
d9845d4f3b
|
@ -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))
|
||||
|
||||
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
||||
|
||||
|
|
@ -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:
|
|
@ -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:
|
Loading…
Reference in New Issue