Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-06 10:59:43 +00:00
parent 010bda7439
commit dba1cadca3
18 changed files with 63 additions and 43 deletions

View File

@ -1,13 +0,0 @@
**Important:**
*for the complete changelog, please refer to the website*
## [cloudnative-pg-0.0.1]cloudnative-pg-0.0.1 (2023-06-03)
### Add
- add cloudnative pg operator chart ([#9332](https://github.com/truecharts/charts/issues/9332))

View File

@ -1,9 +0,0 @@
## [cloudnative-pg-0.0.1]cloudnative-pg-0.0.1 (2023-06-03)
### Add
- add cloudnative pg operator chart ([#9332](https://github.com/truecharts/charts/issues/9332))

View File

@ -0,0 +1,26 @@
**Important:**
*for the complete changelog, please refer to the website*
## [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))
## [cloudnative-pg-0.0.1]cloudnative-pg-0.0.1 (2023-06-03)
### Add
- add cloudnative pg operator chart ([#9332](https://github.com/truecharts/charts/issues/9332))

View File

@ -11,7 +11,7 @@ keywords:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.12.0
version: 12.12.3
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
@ -23,7 +23,7 @@ sources:
- https://github.com/cloudnative-pg
- https://cloudnative-pg.io/
type: application
version: 0.0.1
version: 0.0.2
annotations:
truecharts.org/catagories: |
- operators

View File

@ -0,0 +1,13 @@
## [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))

View File

@ -13,18 +13,20 @@ workload:
- --leader-elect
- --config-map-name={{ include "tc.v1.common.lib.chart.names.fullname" $ }}-config
- --secret-name={{ include "tc.v1.common.lib.chart.names.fullname" $ }}-config
- --webhook-port={{ $.Values.service.main.ports.main.targetPort }}
- --webhook-port=9443
command:
- /manager
probes:
liveness:
port: main
port: webhook
type: https
path: /readyz
readiness:
port: main
port: webhook
type: https
path: /readyz
startup:
port: main
port: webhook
type: tcp
env:
OPERATOR_IMAGE_NAME: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
@ -40,16 +42,17 @@ service:
main:
ports:
main:
protocol: http
port: 8080
cnpg-webhook-service:
enabled: true
expandObjectName: false
ports:
webhook:
enabled: true
protocol: https
port: 443
targetPort: 9443
metrics:
enabled: true
ports:
metrics:
enabled: true
protocol: http
port: 8080
operator:
register: true
@ -81,7 +84,7 @@ metrics:
enabled: false
type: "podmonitor"
endpoints:
- port: metrics
- port: main
interval: 5s
scrapeTimeout: 5s
path: /

View File

@ -22,7 +22,7 @@ webhooks:
- v1
clientConfig:
service:
name: {{ include "tc.v1.common.lib.chart.names.fullname" $ }}
name: cnpg-webhook-service
namespace: {{ .Release.Namespace }}
path: /mutate-postgresql-cnpg-io-v1-backup
port: {{ .Values.service.main.ports.main.port }}
@ -43,7 +43,7 @@ webhooks:
- v1
clientConfig:
service:
name: {{ include "tc.v1.common.lib.chart.names.fullname" $ }}
name: cnpg-webhook-service
namespace: {{ .Release.Namespace }}
path: /mutate-postgresql-cnpg-io-v1-cluster
port: {{ .Values.service.main.ports.main.port }}
@ -64,7 +64,7 @@ webhooks:
- v1
clientConfig:
service:
name: {{ include "tc.v1.common.lib.chart.names.fullname" $ }}
name: cnpg-webhook-service
namespace: {{ .Release.Namespace }}
path: /mutate-postgresql-cnpg-io-v1-scheduledbackup
port: {{ .Values.service.main.ports.main.port }}

View File

@ -22,7 +22,7 @@ webhooks:
- v1
clientConfig:
service:
name: {{ include "tc.v1.common.lib.chart.names.fullname" $ }}
name: cnpg-webhook-service
namespace: {{ .Release.Namespace }}
path: /validate-postgresql-cnpg-io-v1-backup
port: {{ .Values.service.main.ports.main.port }}
@ -43,7 +43,7 @@ webhooks:
- v1
clientConfig:
service:
name: {{ include "tc.v1.common.lib.chart.names.fullname" $ }}
name: cnpg-webhook-service
namespace: {{ .Release.Namespace }}
path: /validate-postgresql-cnpg-io-v1-cluster
port: {{ .Values.service.main.ports.main.port }}
@ -64,7 +64,7 @@ webhooks:
- v1
clientConfig:
service:
name: {{ include "tc.v1.common.lib.chart.names.fullname" $ }}
name: cnpg-webhook-service
namespace: {{ .Release.Namespace }}
path: /validate-postgresql-cnpg-io-v1-scheduledbackup
port: {{ .Values.service.main.ports.main.port }}
@ -85,7 +85,7 @@ webhooks:
- v1
clientConfig:
service:
name: {{ include "tc.v1.common.lib.chart.names.fullname" $ }}
name: cnpg-webhook-service
namespace: {{ .Release.Namespace }}
path: /validate-postgresql-cnpg-io-v1-pooler
port: {{ .Values.service.main.ports.main.port }}