Skip to content

Commit

Permalink
Fix plysical backup-restore tag for pg
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob Kumar Saha <[email protected]>
  • Loading branch information
ArnobKumarSaha committed Sep 29, 2024
1 parent 03807f9 commit 220d89d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ spec:
- --pg-args=${args:=}
- --backup-cmd=${backupCmd:=}
- --user=${user:=}
availableVersions:
- "16.1"
image: ghcr.io/kubedb/postgres-restic-plugin:v0.10.0_16.1
image: ghcr.io/kubedb/postgres-restic-plugin:v0.11.0_16.1
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ spec:
- --user=${user:=}
- --restore-cmd=${restoreCmd:=}
- --restore-path=${restorePath:=}
availableVersions:
- "16.1"
image: ghcr.io/kubedb/postgres-restic-plugin:v0.10.0_16.1
image: ghcr.io/kubedb/postgres-restic-plugin:v0.11.0_16.1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ spec:
- --user=${user:=}
- --restore-cmd=${restoreCmd:=}
- --restore-path=${restorePath:=}
availableVersions:
- "16.1"
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-restic-plugin") $) }}:v0.10.0_16.1'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-restic-plugin") $) }}:v0.11.0_16.1'
{{ end }}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,5 @@ spec:
- --pg-args=${args:={{ .Values.postgres.args }}}
- --backup-cmd=${backupCmd:=}
- --user=${user:=}
availableVersions:
- "16.1"
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-restic-plugin") $) }}:v0.10.0_16.1'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-restic-plugin") $) }}:v0.11.0_16.1'
{{ end }}

0 comments on commit 220d89d

Please sign in to comment.