Skip to content
Draft
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
2 changes: 0 additions & 2 deletions addons/postgresql/templates/actionset-pgbasebackup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ spec:
env:
- name: DATA_DIR
value: {{ .Values.dataMountPath }}/pgroot/data
- name: IMAGE_TAG
value: 14.8.0-pgvector-v0.6.1
backup:
preBackup: []
postBackup: []
Expand Down
3 changes: 0 additions & 3 deletions addons/postgresql/templates/actionset-pgdumpall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ metadata:
{{- include "postgresql.labels" . | nindent 4 }}
spec:
backupType: Selective
env:
- name: IMAGE_TAG
value: 14.8.0-pgvector-v0.6.1
parametersSchema:
openAPIV3Schema:
type: object
Expand Down
2 changes: 0 additions & 2 deletions addons/postgresql/templates/actionset-postgresql-pitr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ spec:
value: "3"
- name: SWITCH_WAL_INTERVAL_SECONDS
value: "600"
- name: IMAGE_TAG
value: 14.8.0-pgvector-v0.6.1
restore:
prepareData:
image: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:$(IMAGE_TAG)
Expand Down
2 changes: 0 additions & 2 deletions addons/postgresql/templates/actionset-wal-g-pitr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ spec:
value: $(VOLUME_DATA_DIR)/pgroot/data/pg_wal
- name: LOG_ARCHIVE_SECONDS
value: "5"
- name: IMAGE_TAG
value: 14.8.0-pgvector-v0.6.1
- name: TARGET_POD_ROLE
# TODO input by backup policy
value: primary
Expand Down
Loading