File tree Expand file tree Collapse file tree 6 files changed +19
-9
lines changed Expand file tree Collapse file tree 6 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22entries :
33 postgres-operator :
4+ - apiVersion : v2
5+ appVersion : 0.8.3
6+ created : " 2025-03-14T16:59:12.834702554+01:00"
7+ description : Helm-Chart for setting up an instance of CYBERTEC's Postgres operator
8+ (CPO).
9+ digest : 6e694e29b3aae4f270d66aaa7b61b0186b5ddd42e3d038ce3a6fc72462b335a8
10+ name : postgres-operator
11+ type : application
12+ urls :
13+ - https://cybertec-postgresql.github.io/CYBERTEC-operator-tutorials/postgres-operator-0.8.3.tgz
14+ version : 0.8.3
415 - apiVersion : v2
516 appVersion : 0.8.2
6- created : " 2025-03-03T16:55:41.892240697 +01:00"
17+ created : " 2025-03-14T16:59:12.834338114 +01:00"
718 description : Helm-Chart for setting up an instance of CYBERTEC's Postgres operator
819 (CPO).
920 digest : 403e5e1156250f663064db02ccf09e74be0dccc025556a02e502e349222c1a92
@@ -12,4 +23,4 @@ entries:
1223 urls :
1324 - https://cybertec-postgresql.github.io/CYBERTEC-operator-tutorials/postgres-operator-0.8.2.tgz
1425 version : 0.8.2
15- generated : " 2025-03-03T16:55:41.891634989 +01:00"
26+ generated : " 2025-03-14T16:59:12.833575349 +01:00"
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ type: application
33name : postgres-operator
44description : Helm-Chart for setting up an instance of CYBERTEC's Postgres operator (CPO).
55
6- appVersion : 0.8.2
7- version : 0.8.2
6+ appVersion : 0.8.3
7+ version : 0.8.3
88# Note: Make sure you have defined the correct version, based on the crd used
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
22kind : ServiceAccount
33metadata :
44 name : cpo-operator
5- namespace : {{ .Values.operatorSettings.operator_namespace }}
5+ namespace : {{ .Release.Namespace }}
66
77---
88apiVersion : rbac.authorization.k8s.io/v1
@@ -218,7 +218,7 @@ roleRef:
218218subjects :
219219- kind : ServiceAccount
220220 name : cpo-operator
221- namespace : {{ .Values.operatorSettings.operator_namespace }}
221+ namespace : {{ .Release.Namespace }}
222222
223223---
224224apiVersion : rbac.authorization.k8s.io/v1
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ configuration:
4545 # major_version_upgrade_team_allow_list:
4646 # - acid
4747 minimal_major_version : " 13"
48- target_major_version : " 16 "
48+ target_major_version : " 17 "
4949 kubernetes :
5050 # additional_pod_capabilities:
5151 # - "SYS_NICE"
Original file line number Diff line number Diff line change @@ -15,11 +15,10 @@ imagePullSecretNames: []
1515
1616# Define the operator settings to add to the configmap
1717operatorSettings :
18- operatorImage : ' docker.io/cybertecpostgresql/cybertec-pg-operator:v0.8.2 -1'
18+ operatorImage : ' docker.io/cybertecpostgresql/cybertec-pg-operator:v0.8.3 -1'
1919 postgresImage : ' docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1'
2020 poolerImage : ' docker.io/cybertecpostgresql/cybertec-pg-container:pgbouncer-1.24.0-1'
2121 watched_namespace : ' *'
2222 enable_pod_antiaffinity : ' true'
23- operator_namespace : ' cpo'
2423
2524
You can’t perform that action at this time.
0 commit comments