File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed
Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ entries:
33 postgres-operator :
44 - apiVersion : v2
55 appVersion : 0.9.0
6- created : " 2025-12-03T18:55:29.196695311 +01:00"
6+ created : " 2025-12-03T19:52:48.441697621 +01:00"
77 description : Helm-Chart for setting up an instance of CYBERTEC's Postgres operator
88 (CPO).
9- digest : 63c94671d0f6219b32c0cfddf5ebaa7189bb719bda06fafc340418b633da220b
9+ digest : 0f4b04aafe7c4bea40082510fb15e712b0f5438653c20f0d811436f8b7e6c1a9
1010 name : postgres-operator
1111 type : application
1212 urls :
1313 - https://cybertec-postgresql.github.io/CYBERTEC-operator-tutorials/postgres-operator-0.9.0.tgz
1414 version : 0.9.0
1515 - apiVersion : v2
1616 appVersion : 0.8.3
17- created : " 2025-12-03T18:55:29.196218774 +01:00"
17+ created : " 2025-12-03T19:52:48.44126257 +01:00"
1818 description : Helm-Chart for setting up an instance of CYBERTEC's Postgres operator
1919 (CPO).
2020 digest : c63960331058590711189c1a4487aca03c1ba0cec9e162e485b8646fce5d5392
@@ -25,7 +25,7 @@ entries:
2525 version : 0.8.3
2626 - apiVersion : v2
2727 appVersion : 0.8.2
28- created : " 2025-12-03T18:55:29.19558977 +01:00"
28+ created : " 2025-12-03T19:52:48.440869914 +01:00"
2929 description : Helm-Chart for setting up an instance of CYBERTEC's Postgres operator
3030 (CPO).
3131 digest : 403e5e1156250f663064db02ccf09e74be0dccc025556a02e502e349222c1a92
@@ -34,4 +34,4 @@ entries:
3434 urls :
3535 - https://cybertec-postgresql.github.io/CYBERTEC-operator-tutorials/postgres-operator-0.8.2.tgz
3636 version : 0.8.2
37- generated : " 2025-12-03T18:55:29.186327573 +01:00"
37+ generated : " 2025-12-03T19:52:48.440329121 +01:00"
Original file line number Diff line number Diff line change @@ -215,6 +215,9 @@ spec:
215215 enable_readiness_probe :
216216 type : boolean
217217 default : false
218+ enable_liveness_probe :
219+ type : boolean
220+ default : false
218221 enable_sidecars :
219222 type : boolean
220223 default : true
@@ -318,6 +321,9 @@ spec:
318321 spilo_allow_privilege_escalation :
319322 type : boolean
320323 default : true
324+ container_readonly_root_filesystem :
325+ type : boolean
326+ default : false
321327 spilo_runasuser :
322328 type : integer
323329 spilo_runasgroup :
Original file line number Diff line number Diff line change @@ -472,6 +472,8 @@ spec:
472472 etcd :
473473 type : object
474474 properties :
475+ certSecretName :
476+ type : string
475477 hosts :
476478 type : string
477479 user :
You can’t perform that action at this time.
0 commit comments