Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions docs/index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
apiVersion: v1
entries:
postgres-operator:
- apiVersion: v2
appVersion: 0.8.3
created: "2025-03-14T16:59:12.834702554+01:00"
description: Helm-Chart for setting up an instance of CYBERTEC's Postgres operator
(CPO).
digest: 6e694e29b3aae4f270d66aaa7b61b0186b5ddd42e3d038ce3a6fc72462b335a8
name: postgres-operator
type: application
urls:
- https://cybertec-postgresql.github.io/CYBERTEC-operator-tutorials/postgres-operator-0.8.3.tgz
version: 0.8.3
- apiVersion: v2
appVersion: 0.8.2
created: "2025-03-03T16:55:41.892240697+01:00"
created: "2025-03-14T16:59:12.834338114+01:00"
description: Helm-Chart for setting up an instance of CYBERTEC's Postgres operator
(CPO).
digest: 403e5e1156250f663064db02ccf09e74be0dccc025556a02e502e349222c1a92
Expand All @@ -12,4 +23,4 @@ entries:
urls:
- https://cybertec-postgresql.github.io/CYBERTEC-operator-tutorials/postgres-operator-0.8.2.tgz
version: 0.8.2
generated: "2025-03-03T16:55:41.891634989+01:00"
generated: "2025-03-14T16:59:12.833575349+01:00"
Binary file added docs/postgres-operator-0.8.3.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup/helm/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ type: application
name: postgres-operator
description: Helm-Chart for setting up an instance of CYBERTEC's Postgres operator (CPO).

appVersion: 0.8.2
version: 0.8.2
appVersion: 0.8.3
version: 0.8.3
# Note: Make sure you have defined the correct version, based on the crd used
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: cpo-operator
namespace: {{ .Values.operatorSettings.operator_namespace }}
namespace: {{ .Release.Namespace }}

---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down Expand Up @@ -218,7 +218,7 @@ roleRef:
subjects:
- kind: ServiceAccount
name: cpo-operator
namespace: {{ .Values.operatorSettings.operator_namespace }}
namespace: {{ .Release.Namespace }}

---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ configuration:
# major_version_upgrade_team_allow_list:
# - acid
minimal_major_version: "13"
target_major_version: "16"
target_major_version: "17"
kubernetes:
# additional_pod_capabilities:
# - "SYS_NICE"
Expand Down
3 changes: 1 addition & 2 deletions setup/helm/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ imagePullSecretNames: []

# Define the operator settings to add to the configmap
operatorSettings:
operatorImage: 'docker.io/cybertecpostgresql/cybertec-pg-operator:v0.8.2-1'
operatorImage: 'docker.io/cybertecpostgresql/cybertec-pg-operator:v0.8.3-1'
postgresImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1'
poolerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbouncer-1.24.0-1'
watched_namespace: '*'
enable_pod_antiaffinity: 'true'
operator_namespace: 'cpo'