Skip to content

Commit 808b279

Browse files
committed
updated helm-chart
1 parent cee570e commit 808b279

File tree

3 files changed

+20
-29
lines changed

3 files changed

+20
-29
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
[global]
2-
repo1-s3-key=YOUR_S3_ACCESS_KEY
3-
repo1-s3-key-secret=YOUR_S3_KEY_SECRET
42
repo1-cipher-pass=YOUR_ENCRYPTION_PASSPHRASE

setup/helm/operator/crds/postgresql.crd.yaml

Lines changed: 18 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -340,12 +340,6 @@ spec:
340340
type: object
341341
additionalProperties:
342342
type: string
343-
monitor:
344-
nullable: true
345-
properties:
346-
image:
347-
type: string
348-
type: object
349343
nodeAffinity:
350344
type: object
351345
properties:
@@ -490,9 +484,6 @@ spec:
490484
version:
491485
type: string
492486
enum:
493-
- "10"
494-
- "11"
495-
- "12"
496487
- "13"
497488
- "14"
498489
- "15"
@@ -554,7 +545,7 @@ spec:
554545
memory:
555546
type: string
556547
# You can express memory as a plain integer or as a fixed-point
557-
# integer using one of these
548+
# integer using one of these suffixes: E, P, T, G, M, k. You can
558549
# also use the power-of-two equivalents: Ei, Pi, Ti, Gi, Mi, Ki
559550
#
560551
# https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#meaning-of-memory
@@ -621,6 +612,8 @@ spec:
621612
type: integer
622613
database:
623614
type: string
615+
enableRecovery:
616+
type: boolean
624617
filter:
625618
type: object
626619
additionalProperties:
@@ -638,12 +631,8 @@ spec:
638631
type: string
639632
payloadColumn:
640633
type: string
641-
tde:
642-
nullable: true
643-
properties:
644-
enable:
645-
type: boolean
646-
type: object
634+
recoveryEventType:
635+
type: string
647636
teamId:
648637
type: string
649638
tls:
@@ -789,28 +778,29 @@ spec:
789778
properties:
790779
secret:
791780
type: string
792-
parameters:
793-
additionalProperties:
794-
type: string
795-
type: object
796781
protection:
797782
type: object
798783
properties:
799784
restore:
800785
type: boolean
786+
global:
787+
type: object
788+
additionalProperties:
789+
type: string
801790
repos:
802791
type: array
803792
items:
804793
properties:
805794
name:
806795
type: string
807-
pattern: ^repo[1-4]
796+
pattern: ^repo[1-4]$
808797
storage:
809798
type: string
810799
enum:
811800
- "s3"
812801
- "gcs"
813802
- "azure"
803+
- "pvc"
814804
resource:
815805
type: string
816806
endpoint:
@@ -826,6 +816,8 @@ spec:
826816
type: string
827817
diff:
828818
type: string
819+
Pvcsize:
820+
type: string
829821
required:
830822
- name
831823
- storage
@@ -842,9 +834,10 @@ spec:
842834
type: string
843835
repo:
844836
type: string
837+
pattern: ^repo[1-4]$
845838
options:
846-
type: array
847-
items:
839+
type: object
840+
additionalProperties:
848841
type: string
849842
resources:
850843
type: object
@@ -867,10 +860,10 @@ spec:
867860
memory:
868861
type: string
869862
pattern: '^(\d+(e\d+)?|\d+(\.\d+)?(e\d+)?[EPTGMK]i?)$'
870-
required:
863+
required:
871864
- image
872865
- repos
873866
status:
874867
type: object
875868
additionalProperties:
876-
type: string
869+
type: string

setup/helm/operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ imagePullSecretNames: []
1515

1616
# Define the operator settings to add to the configmap
1717
operatorSettings:
18-
operatorImage: 'docker.io/cybertecpostgresql/cybertec-pg-operator-dev:v0.7.0-8'
19-
postgresImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-16.2-2-rc1'
18+
operatorImage: 'docker.io/cybertecpostgresql/cybertec-pg-operator:v0.7.0-1-rc2'
19+
postgresImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-16.3-1-rc2'
2020
watched_namespace: '*'
2121
enable_pod_antiaffinity: 'true'
2222
operator_namespace: 'cpo'

0 commit comments

Comments
 (0)