Skip to content

Commit 36257a2

Browse files
committed
updated
1 parent 716eaae commit 36257a2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

setup/helm/operator/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Github project: https://github.com/cybertec-postgresql/postgres-pg-opera
1313
Documentation: https://cybertec-postgresql.github.io/CYBERTEC-pg-operator/
1414

1515
Apache License Version 2.0
16-
Copyright 2022-2023 CYBERTEC PostgreSQL International GmbH
16+
Copyright 2022-2024 CYBERTEC PostgreSQL International GmbH

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ configuration:
4545
# major_version_upgrade_team_allow_list:
4646
# - acid
4747
minimal_major_version: "13"
48-
target_major_version: "15"
48+
target_major_version: "16"
4949
kubernetes:
5050
# additional_pod_capabilities:
5151
# - "SYS_NICE"
5252
cluster_domain: cluster.local
5353
cluster_labels:
54-
application: spilo
54+
application: cpo
5555
cluster_name_label: cluster-name
5656
inherited_labels:
5757
- cpo_monitoring_stack
@@ -71,11 +71,11 @@ configuration:
7171
enable_sidecars: true
7272
# ignored_annotations:
7373
# - k8s.v1.cni.cncf.io/network-status
74-
infrastructure_roles_secrets:
75-
- secretname: "cpo-monitoring-role"
76-
userkey: "user"
77-
passwordkey: "password"
78-
rolekey: "inrole"
74+
# infrastructure_roles_secrets:
75+
# - secretname: "cpo-monitoring-role"
76+
# userkey: "user"
77+
# passwordkey: "password"
78+
# rolekey: "inrole"
7979
# - secretname: "other-infrastructure-role"
8080
# userkey: "other-user-key"
8181
# passwordkey: "other-password-key"

0 commit comments

Comments
 (0)