Skip to content

Commit cf5e594

Browse files
authored
Merge pull request #15 from cybertec-postgresql/v0.7.0-rc1
V0.7.0 rc1
2 parents 413f6e2 + 7c93b65 commit cf5e594

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

setup/helm/operator/templates/operator-service-account-rbac-openshift.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,6 @@ rules:
3535
- get
3636
- list
3737
- watch
38-
# all verbs allowed for event streams (Zalando-internal feature)
39-
# - apiGroups:
40-
# - zalando.org
41-
# resources:
42-
# - fabriceventstreams
43-
# verbs:
44-
# - create
45-
# - delete
46-
# - deletecollection
47-
# - get
48-
# - list
49-
# - patch
50-
# - update
51-
# - watch
5238
# to create or get/update CRDs when starting up
5339
- apiGroups:
5440
- apiextensions.k8s.io

setup/helm/operator/templates/postgresql-operator-configuration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: OperatorConfiguration
33
metadata:
44
name: postgresql-operator-configuration
55
configuration:
6-
docker_image: docker.io/cybertecpostgresql/cybertec-pg-container:postgres-15.2-4
6+
docker_image: {{ .Values.operatorSettings.postgresImage }}
77
# enable_crd_registration: true
88
# crd_categories:
99
# - all
@@ -52,7 +52,7 @@ configuration:
5252
cluster_domain: cluster.local
5353
cluster_labels:
5454
application: cpo
55-
cluster_name_label: cluster-name
55+
cluster_name_label: cluster.cpo.opensource.cybertec.at/name
5656
inherited_labels:
5757
- cpo_monitoring_stack
5858
# custom_pod_annotations:
@@ -95,7 +95,7 @@ configuration:
9595
# pod_environment_secret: "my-custom-secret"
9696
pod_management_policy: "ordered_ready"
9797
# pod_priority_class_name: "postgres-pod-priority"
98-
pod_role_label: spilo-role
98+
pod_role_label: member.cpo.opensource.cybertec.at/role
9999
# pod_service_account_definition: ""
100100
pod_service_account_name: cpo-pod
101101
# pod_service_account_role_binding_definition: ""

setup/helm/operator/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ imagePullSecretNames: []
1616
# Define the operator settings to add to the configmap
1717
operatorSettings:
1818
operatorImage: 'docker.io/cybertecpostgresql/cybertec-pg-operator:v0.7.0-2-rc1'
19+
postgresImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-16.2-2-rc1'
1920
watched_namespace: '*'
2021
enable_pod_antiaffinity: 'true'
2122
operator_namespace: 'cpo'

0 commit comments

Comments
 (0)