From fd730762117ca4ca44e2cd193bd31aec313de421 Mon Sep 17 00:00:00 2001 From: Mehedi Hasan Date: Wed, 22 Nov 2023 18:47:26 +0600 Subject: [PATCH] add archiver images Signed-off-by: Mehedi Hasan --- .../raw/postgres/postgres-11.11-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-11.14-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-11.14-postgis.yaml | 7 +++++++ .../raw/postgres/postgres-11.15-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-11.19-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-11.20-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-12.10-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-12.13-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-12.14-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-12.15-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-12.6-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-12.9-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-12.9-postgis.yaml | 7 +++++++ .../raw/postgres/postgres-13.10-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-13.11-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-13.2-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-13.5-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-13.5-postgis.yaml | 7 +++++++ .../raw/postgres/postgres-13.6-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-13.9-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-14.1-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-14.1-postgis.yaml | 7 +++++++ .../raw/postgres/postgres-14.2-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-14.6-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-14.7-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-14.8-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-15.1-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-15.2-official.yaml | 14 +++++++++++++ .../raw/postgres/postgres-15.3-official.yaml | 14 +++++++++++++ .../mongodb/mongodb-3.4.17-official.yaml | 2 +- .../mongodb/mongodb-3.4.22-official.yaml | 2 +- .../mongodb/mongodb-3.6.13-official.yaml | 2 +- .../mongodb/mongodb-3.6.8-official.yaml | 2 +- .../mongodb/mongodb-4.0.11-official.yaml | 2 +- .../mongodb/mongodb-4.0.3-official.yaml | 2 +- .../mongodb/mongodb-4.0.5-official.yaml | 2 +- .../mongodb/mongodb-4.1.13-official.yaml | 2 +- .../mongodb/mongodb-4.1.4-official.yaml | 2 +- .../mongodb/mongodb-4.1.7-official.yaml | 2 +- .../mongodb/mongodb-4.2.3-official.yaml | 2 +- .../mongodb/mongodb-4.2.7-percona.yaml | 2 +- .../mongodb/mongodb-4.4.6-official.yaml | 2 +- .../mongodb/mongodb-5.0.15-official.yaml | 2 +- .../mongodb/mongodb-5.0.2-official.yaml | 2 +- .../mongodb/mongodb-5.0.3-official.yaml | 2 +- .../mongodb/mongodb-6.0.5-official.yaml | 2 +- .../postgres/postgres-11.11-official.yaml | 14 +++++++++++++ .../postgres/postgres-11.14-official.yaml | 14 +++++++++++++ .../postgres/postgres-11.14-postgis.yaml | 7 +++++++ .../postgres/postgres-11.15-official.yaml | 14 +++++++++++++ .../postgres/postgres-11.19-official.yaml | 14 +++++++++++++ .../postgres/postgres-11.20-official.yaml | 14 +++++++++++++ .../postgres/postgres-12.10-official.yaml | 14 +++++++++++++ .../postgres/postgres-12.13-official.yaml | 14 +++++++++++++ .../postgres/postgres-12.14-official.yaml | 14 +++++++++++++ .../postgres/postgres-12.15-official.yaml | 14 +++++++++++++ .../postgres/postgres-12.6-official.yaml | 14 +++++++++++++ .../postgres/postgres-12.9-official.yaml | 14 +++++++++++++ .../postgres/postgres-12.9-postgis.yaml | 7 +++++++ .../postgres/postgres-13.10-official.yaml | 14 +++++++++++++ .../postgres/postgres-13.11-official.yaml | 14 +++++++++++++ .../postgres/postgres-13.2-official.yaml | 14 +++++++++++++ .../postgres/postgres-13.5-official.yaml | 14 +++++++++++++ .../postgres/postgres-13.5-postgis.yaml | 7 +++++++ .../postgres/postgres-13.6-official.yaml | 20 +++++++++---------- .../postgres/postgres-13.9-official.yaml | 14 +++++++++++++ .../postgres/postgres-14.1-official.yaml | 14 +++++++++++++ .../postgres/postgres-14.1-postgis.yaml | 7 +++++++ .../postgres/postgres-14.2-official.yaml | 14 +++++++++++++ .../postgres/postgres-14.6-official.yaml | 14 +++++++++++++ .../postgres/postgres-14.7-official.yaml | 14 +++++++++++++ .../postgres/postgres-14.8-official.yaml | 14 +++++++++++++ .../postgres/postgres-15.1-official.yaml | 14 +++++++++++++ .../postgres/postgres-15.2-official.yaml | 14 +++++++++++++ .../postgres/postgres-15.3-official.yaml | 14 +++++++++++++ 75 files changed, 769 insertions(+), 27 deletions(-) diff --git a/catalog/raw/postgres/postgres-11.11-official.yaml b/catalog/raw/postgres/postgres-11.11-official.yaml index 1d6394d2a..f3287f4aa 100644 --- a/catalog/raw/postgres/postgres-11.11-official.yaml +++ b/catalog/raw/postgres/postgres-11.11-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 11.11-debian spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_11.22-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -35,6 +42,13 @@ kind: PostgresVersion metadata: name: "11.11" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_11.22-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-11.14-official.yaml b/catalog/raw/postgres/postgres-11.14-official.yaml index f0aab9d94..04f300e79 100644 --- a/catalog/raw/postgres/postgres-11.14-official.yaml +++ b/catalog/raw/postgres/postgres-11.14-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 11.14-bullseye spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_11.22-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -35,6 +42,13 @@ kind: PostgresVersion metadata: name: "11.14" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_11.22-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-11.14-postgis.yaml b/catalog/raw/postgres/postgres-11.14-postgis.yaml index f14f3452a..c5ed1b0e1 100644 --- a/catalog/raw/postgres/postgres-11.14-postgis.yaml +++ b/catalog/raw/postgres/postgres-11.14-postgis.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 11.14-bullseye-postgis spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_11.22-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-11.15-official.yaml b/catalog/raw/postgres/postgres-11.15-official.yaml index 97d491716..51593ebfa 100644 --- a/catalog/raw/postgres/postgres-11.15-official.yaml +++ b/catalog/raw/postgres/postgres-11.15-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 11.15-bullseye spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_11.22-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -35,6 +42,13 @@ kind: PostgresVersion metadata: name: "11.15" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_11.22-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-11.19-official.yaml b/catalog/raw/postgres/postgres-11.19-official.yaml index 2e9419316..810eef13e 100644 --- a/catalog/raw/postgres/postgres-11.19-official.yaml +++ b/catalog/raw/postgres/postgres-11.19-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 11.19-bullseye spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_11.22-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -35,6 +42,13 @@ kind: PostgresVersion metadata: name: "11.19" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_11.22-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-11.20-official.yaml b/catalog/raw/postgres/postgres-11.20-official.yaml index 1ff7b153e..1522e36b2 100644 --- a/catalog/raw/postgres/postgres-11.20-official.yaml +++ b/catalog/raw/postgres/postgres-11.20-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 11.20-bullseye spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_11.22-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -35,6 +42,13 @@ kind: PostgresVersion metadata: name: "11.20" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_11.22-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-12.10-official.yaml b/catalog/raw/postgres/postgres-12.10-official.yaml index e16da296e..102927e7d 100644 --- a/catalog/raw/postgres/postgres-12.10-official.yaml +++ b/catalog/raw/postgres/postgres-12.10-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 12.10-bullseye spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -36,6 +43,13 @@ kind: PostgresVersion metadata: name: "12.10" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-12.13-official.yaml b/catalog/raw/postgres/postgres-12.13-official.yaml index 556b32bcd..62341b502 100644 --- a/catalog/raw/postgres/postgres-12.13-official.yaml +++ b/catalog/raw/postgres/postgres-12.13-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 12.13-bullseye spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -36,6 +43,13 @@ kind: PostgresVersion metadata: name: "12.13" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-12.14-official.yaml b/catalog/raw/postgres/postgres-12.14-official.yaml index fac83b5ac..11e1d47ed 100644 --- a/catalog/raw/postgres/postgres-12.14-official.yaml +++ b/catalog/raw/postgres/postgres-12.14-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 12.14-bullseye spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -36,6 +43,13 @@ kind: PostgresVersion metadata: name: "12.14" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-12.15-official.yaml b/catalog/raw/postgres/postgres-12.15-official.yaml index 0b0e04459..4e774974b 100644 --- a/catalog/raw/postgres/postgres-12.15-official.yaml +++ b/catalog/raw/postgres/postgres-12.15-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 12.15-bullseye spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -36,6 +43,13 @@ kind: PostgresVersion metadata: name: "12.15" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-12.6-official.yaml b/catalog/raw/postgres/postgres-12.6-official.yaml index b46893ad3..1fc65c68d 100644 --- a/catalog/raw/postgres/postgres-12.6-official.yaml +++ b/catalog/raw/postgres/postgres-12.6-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 12.6-debian spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -36,6 +43,13 @@ kind: PostgresVersion metadata: name: "12.6" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-12.9-official.yaml b/catalog/raw/postgres/postgres-12.9-official.yaml index fda8e355e..c3c421264 100644 --- a/catalog/raw/postgres/postgres-12.9-official.yaml +++ b/catalog/raw/postgres/postgres-12.9-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 12.9-bullseye spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -36,6 +43,13 @@ kind: PostgresVersion metadata: name: "12.9" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-12.9-postgis.yaml b/catalog/raw/postgres/postgres-12.9-postgis.yaml index 26e2c0632..d46a6d5dc 100644 --- a/catalog/raw/postgres/postgres-12.9-postgis.yaml +++ b/catalog/raw/postgres/postgres-12.9-postgis.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 12.9-bullseye-postgis spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-13.10-official.yaml b/catalog/raw/postgres/postgres-13.10-official.yaml index 762681ffa..388172a28 100644 --- a/catalog/raw/postgres/postgres-13.10-official.yaml +++ b/catalog/raw/postgres/postgres-13.10-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 13.10-bullseye spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -35,6 +42,13 @@ kind: PostgresVersion metadata: name: "13.10" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-13.11-official.yaml b/catalog/raw/postgres/postgres-13.11-official.yaml index 46898bd09..af79619cc 100644 --- a/catalog/raw/postgres/postgres-13.11-official.yaml +++ b/catalog/raw/postgres/postgres-13.11-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 13.11-bullseye spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -35,6 +42,13 @@ kind: PostgresVersion metadata: name: "13.11" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-13.2-official.yaml b/catalog/raw/postgres/postgres-13.2-official.yaml index 3d519fd15..223eeb9d3 100644 --- a/catalog/raw/postgres/postgres-13.2-official.yaml +++ b/catalog/raw/postgres/postgres-13.2-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 13.2-debian spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -35,6 +42,13 @@ kind: PostgresVersion metadata: name: "13.2" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-13.5-official.yaml b/catalog/raw/postgres/postgres-13.5-official.yaml index 0f9a2efdc..e23e38b17 100644 --- a/catalog/raw/postgres/postgres-13.5-official.yaml +++ b/catalog/raw/postgres/postgres-13.5-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 13.5-bullseye spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -35,6 +42,13 @@ kind: PostgresVersion metadata: name: "13.5" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-13.5-postgis.yaml b/catalog/raw/postgres/postgres-13.5-postgis.yaml index cce0aff08..8e784d50d 100644 --- a/catalog/raw/postgres/postgres-13.5-postgis.yaml +++ b/catalog/raw/postgres/postgres-13.5-postgis.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 13.5-bullseye-postgis spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-13.6-official.yaml b/catalog/raw/postgres/postgres-13.6-official.yaml index 3bad63f97..efc366b74 100644 --- a/catalog/raw/postgres/postgres-13.6-official.yaml +++ b/catalog/raw/postgres/postgres-13.6-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 13.6-bullseye spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -35,6 +42,13 @@ kind: PostgresVersion metadata: name: "13.6" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-13.9-official.yaml b/catalog/raw/postgres/postgres-13.9-official.yaml index 7be802b73..fe2a1b00f 100644 --- a/catalog/raw/postgres/postgres-13.9-official.yaml +++ b/catalog/raw/postgres/postgres-13.9-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 13.9-bullseye spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -35,6 +42,13 @@ kind: PostgresVersion metadata: name: "13.9" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-14.1-official.yaml b/catalog/raw/postgres/postgres-14.1-official.yaml index 59d89aa59..df8c655ee 100644 --- a/catalog/raw/postgres/postgres-14.1-official.yaml +++ b/catalog/raw/postgres/postgres-14.1-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 14.1-bullseye spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_14.10-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -35,6 +42,13 @@ kind: PostgresVersion metadata: name: "14.1" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_14.10-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-14.1-postgis.yaml b/catalog/raw/postgres/postgres-14.1-postgis.yaml index 6a0363d2e..adaec35d8 100644 --- a/catalog/raw/postgres/postgres-14.1-postgis.yaml +++ b/catalog/raw/postgres/postgres-14.1-postgis.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 14.1-bullseye-postgis spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_14.10-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-14.2-official.yaml b/catalog/raw/postgres/postgres-14.2-official.yaml index 9a19fe532..9c108fd62 100644 --- a/catalog/raw/postgres/postgres-14.2-official.yaml +++ b/catalog/raw/postgres/postgres-14.2-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 14.2-bullseye spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_14.10-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -32,6 +39,13 @@ kind: PostgresVersion metadata: name: "14.2" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_14.10-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-14.6-official.yaml b/catalog/raw/postgres/postgres-14.6-official.yaml index 1ce78e444..57b397c8a 100644 --- a/catalog/raw/postgres/postgres-14.6-official.yaml +++ b/catalog/raw/postgres/postgres-14.6-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 14.6-bullseye spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_14.10-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -32,6 +39,13 @@ kind: PostgresVersion metadata: name: "14.6" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_14.10-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-14.7-official.yaml b/catalog/raw/postgres/postgres-14.7-official.yaml index 2c6ef2459..0c12f03da 100644 --- a/catalog/raw/postgres/postgres-14.7-official.yaml +++ b/catalog/raw/postgres/postgres-14.7-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 14.7-bullseye spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_14.10-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -32,6 +39,13 @@ kind: PostgresVersion metadata: name: "14.7" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_14.10-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-14.8-official.yaml b/catalog/raw/postgres/postgres-14.8-official.yaml index fbfc275f6..9e2d10377 100644 --- a/catalog/raw/postgres/postgres-14.8-official.yaml +++ b/catalog/raw/postgres/postgres-14.8-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 14.8-bullseye spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_14.10-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -32,6 +39,13 @@ kind: PostgresVersion metadata: name: "14.8" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_14.10-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-15.1-official.yaml b/catalog/raw/postgres/postgres-15.1-official.yaml index cd3842c9c..d7452c289 100644 --- a/catalog/raw/postgres/postgres-15.1-official.yaml +++ b/catalog/raw/postgres/postgres-15.1-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 15.1-bullseye spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_15.5-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -35,6 +42,13 @@ kind: PostgresVersion metadata: name: "15.1" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_15.5-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-15.2-official.yaml b/catalog/raw/postgres/postgres-15.2-official.yaml index b0b922f10..f110fc16b 100644 --- a/catalog/raw/postgres/postgres-15.2-official.yaml +++ b/catalog/raw/postgres/postgres-15.2-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 15.2-bullseye spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_15.5-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -35,6 +42,13 @@ kind: PostgresVersion metadata: name: "15.2" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_15.5-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/catalog/raw/postgres/postgres-15.3-official.yaml b/catalog/raw/postgres/postgres-15.3-official.yaml index d90c626f3..e642977e3 100644 --- a/catalog/raw/postgres/postgres-15.3-official.yaml +++ b/catalog/raw/postgres/postgres-15.3-official.yaml @@ -3,6 +3,13 @@ kind: PostgresVersion metadata: name: 15.3-bullseye spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_15.5-bookworm_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: @@ -35,6 +42,13 @@ kind: PostgresVersion metadata: name: "15.3" spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_15.5-alpine_linux_amd64 coordinator: image: ghcr.io/kubedb/pg-coordinator:v0.21.0 db: diff --git a/charts/kubedb-catalog/templates/mongodb/mongodb-3.4.17-official.yaml b/charts/kubedb-catalog/templates/mongodb/mongodb-3.4.17-official.yaml index f0f653328..df5e02f2f 100644 --- a/charts/kubedb-catalog/templates/mongodb/mongodb-3.4.17-official.yaml +++ b/charts/kubedb-catalog/templates/mongodb/mongodb-3.4.17-official.yaml @@ -13,7 +13,7 @@ spec: manifest: addonName: kubedb-manifest-addon walg: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/wal-g:v1.0.0' + image: ghcr.io/kubedb/wal-g:v1.0.0 db: image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "mongo") $) }}:3.4.17' distribution: Official diff --git a/charts/kubedb-catalog/templates/mongodb/mongodb-3.4.22-official.yaml b/charts/kubedb-catalog/templates/mongodb/mongodb-3.4.22-official.yaml index 30259c9f7..091461051 100644 --- a/charts/kubedb-catalog/templates/mongodb/mongodb-3.4.22-official.yaml +++ b/charts/kubedb-catalog/templates/mongodb/mongodb-3.4.22-official.yaml @@ -13,7 +13,7 @@ spec: manifest: addonName: kubedb-manifest-addon walg: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/wal-g:v1.0.0' + image: ghcr.io/kubedb/wal-g:v1.0.0 db: image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "mongo") $) }}:3.4.22' distribution: Official diff --git a/charts/kubedb-catalog/templates/mongodb/mongodb-3.6.13-official.yaml b/charts/kubedb-catalog/templates/mongodb/mongodb-3.6.13-official.yaml index d7d038cbd..0de2a79ce 100644 --- a/charts/kubedb-catalog/templates/mongodb/mongodb-3.6.13-official.yaml +++ b/charts/kubedb-catalog/templates/mongodb/mongodb-3.6.13-official.yaml @@ -13,7 +13,7 @@ spec: manifest: addonName: kubedb-manifest-addon walg: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/wal-g:v1.0.0' + image: ghcr.io/kubedb/wal-g:v1.0.0 db: image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "mongo") $) }}:3.6.13' distribution: Official diff --git a/charts/kubedb-catalog/templates/mongodb/mongodb-3.6.8-official.yaml b/charts/kubedb-catalog/templates/mongodb/mongodb-3.6.8-official.yaml index 019f24e2f..db7fc3bf2 100644 --- a/charts/kubedb-catalog/templates/mongodb/mongodb-3.6.8-official.yaml +++ b/charts/kubedb-catalog/templates/mongodb/mongodb-3.6.8-official.yaml @@ -13,7 +13,7 @@ spec: manifest: addonName: kubedb-manifest-addon walg: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/wal-g:v1.0.0' + image: ghcr.io/kubedb/wal-g:v1.0.0 db: image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "mongo") $) }}:3.6.8' distribution: Official diff --git a/charts/kubedb-catalog/templates/mongodb/mongodb-4.0.11-official.yaml b/charts/kubedb-catalog/templates/mongodb/mongodb-4.0.11-official.yaml index 1a68dbf04..a2cd99e8b 100644 --- a/charts/kubedb-catalog/templates/mongodb/mongodb-4.0.11-official.yaml +++ b/charts/kubedb-catalog/templates/mongodb/mongodb-4.0.11-official.yaml @@ -13,7 +13,7 @@ spec: manifest: addonName: kubedb-manifest-addon walg: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/wal-g:v1.0.0' + image: ghcr.io/kubedb/wal-g:v1.0.0 db: image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "mongo") $) }}:4.0.11' distribution: Official diff --git a/charts/kubedb-catalog/templates/mongodb/mongodb-4.0.3-official.yaml b/charts/kubedb-catalog/templates/mongodb/mongodb-4.0.3-official.yaml index bb7853ba0..819d23939 100644 --- a/charts/kubedb-catalog/templates/mongodb/mongodb-4.0.3-official.yaml +++ b/charts/kubedb-catalog/templates/mongodb/mongodb-4.0.3-official.yaml @@ -13,7 +13,7 @@ spec: manifest: addonName: kubedb-manifest-addon walg: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/wal-g:v1.0.0' + image: ghcr.io/kubedb/wal-g:v1.0.0 db: image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "mongo") $) }}:4.0.3' distribution: Official diff --git a/charts/kubedb-catalog/templates/mongodb/mongodb-4.0.5-official.yaml b/charts/kubedb-catalog/templates/mongodb/mongodb-4.0.5-official.yaml index 5ee43ce5b..6dfe86202 100644 --- a/charts/kubedb-catalog/templates/mongodb/mongodb-4.0.5-official.yaml +++ b/charts/kubedb-catalog/templates/mongodb/mongodb-4.0.5-official.yaml @@ -13,7 +13,7 @@ spec: manifest: addonName: kubedb-manifest-addon walg: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/wal-g:v1.0.0' + image: ghcr.io/kubedb/wal-g:v1.0.0 db: image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "mongo") $) }}:4.0.5' distribution: Official diff --git a/charts/kubedb-catalog/templates/mongodb/mongodb-4.1.13-official.yaml b/charts/kubedb-catalog/templates/mongodb/mongodb-4.1.13-official.yaml index 1fb2f083d..551c6a30e 100644 --- a/charts/kubedb-catalog/templates/mongodb/mongodb-4.1.13-official.yaml +++ b/charts/kubedb-catalog/templates/mongodb/mongodb-4.1.13-official.yaml @@ -13,7 +13,7 @@ spec: manifest: addonName: kubedb-manifest-addon walg: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/wal-g:v1.0.0' + image: ghcr.io/kubedb/wal-g:v1.0.0 db: image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "mongo") $) }}:4.1.13' distribution: Official diff --git a/charts/kubedb-catalog/templates/mongodb/mongodb-4.1.4-official.yaml b/charts/kubedb-catalog/templates/mongodb/mongodb-4.1.4-official.yaml index 07bd280f8..a3f17531b 100644 --- a/charts/kubedb-catalog/templates/mongodb/mongodb-4.1.4-official.yaml +++ b/charts/kubedb-catalog/templates/mongodb/mongodb-4.1.4-official.yaml @@ -13,7 +13,7 @@ spec: manifest: addonName: kubedb-manifest-addon walg: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/wal-g:v1.0.0' + image: ghcr.io/kubedb/wal-g:v1.0.0 db: image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "mongo") $) }}:4.1.4' distribution: Official diff --git a/charts/kubedb-catalog/templates/mongodb/mongodb-4.1.7-official.yaml b/charts/kubedb-catalog/templates/mongodb/mongodb-4.1.7-official.yaml index 64e45b7d4..1fad18e32 100644 --- a/charts/kubedb-catalog/templates/mongodb/mongodb-4.1.7-official.yaml +++ b/charts/kubedb-catalog/templates/mongodb/mongodb-4.1.7-official.yaml @@ -13,7 +13,7 @@ spec: manifest: addonName: kubedb-manifest-addon walg: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/wal-g:v1.0.0' + image: ghcr.io/kubedb/wal-g:v1.0.0 db: image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "mongo") $) }}:4.1.7' distribution: Official diff --git a/charts/kubedb-catalog/templates/mongodb/mongodb-4.2.3-official.yaml b/charts/kubedb-catalog/templates/mongodb/mongodb-4.2.3-official.yaml index 279838280..841309c3e 100644 --- a/charts/kubedb-catalog/templates/mongodb/mongodb-4.2.3-official.yaml +++ b/charts/kubedb-catalog/templates/mongodb/mongodb-4.2.3-official.yaml @@ -13,7 +13,7 @@ spec: manifest: addonName: kubedb-manifest-addon walg: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/wal-g:v1.0.0' + image: ghcr.io/kubedb/wal-g:v1.0.0 db: image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "mongo") $) }}:4.2.3' distribution: Official diff --git a/charts/kubedb-catalog/templates/mongodb/mongodb-4.2.7-percona.yaml b/charts/kubedb-catalog/templates/mongodb/mongodb-4.2.7-percona.yaml index bedd54956..4b9cffee0 100644 --- a/charts/kubedb-catalog/templates/mongodb/mongodb-4.2.7-percona.yaml +++ b/charts/kubedb-catalog/templates/mongodb/mongodb-4.2.7-percona.yaml @@ -13,7 +13,7 @@ spec: manifest: addonName: kubedb-manifest-addon walg: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/wal-g:v1.0.0' + image: ghcr.io/kubedb/wal-g:v1.0.0 db: image: '{{ include "image.dockerHub" (merge (dict "_repo" "percona/percona-server-mongodb") $) }}:4.2.7-7' distribution: Percona diff --git a/charts/kubedb-catalog/templates/mongodb/mongodb-4.4.6-official.yaml b/charts/kubedb-catalog/templates/mongodb/mongodb-4.4.6-official.yaml index 13584cde1..4edd710ec 100644 --- a/charts/kubedb-catalog/templates/mongodb/mongodb-4.4.6-official.yaml +++ b/charts/kubedb-catalog/templates/mongodb/mongodb-4.4.6-official.yaml @@ -13,7 +13,7 @@ spec: manifest: addonName: kubedb-manifest-addon walg: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/wal-g:v1.0.0' + image: ghcr.io/kubedb/wal-g:v1.0.0 db: image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "mongo") $) }}:4.4.6' distribution: Official diff --git a/charts/kubedb-catalog/templates/mongodb/mongodb-5.0.15-official.yaml b/charts/kubedb-catalog/templates/mongodb/mongodb-5.0.15-official.yaml index 4afbc678e..e0129240c 100644 --- a/charts/kubedb-catalog/templates/mongodb/mongodb-5.0.15-official.yaml +++ b/charts/kubedb-catalog/templates/mongodb/mongodb-5.0.15-official.yaml @@ -13,7 +13,7 @@ spec: manifest: addonName: kubedb-manifest-addon walg: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/wal-g:v1.0.0' + image: ghcr.io/kubedb/wal-g:v1.0.0 db: image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "mongo") $) }}:5.0.15' distribution: Official diff --git a/charts/kubedb-catalog/templates/mongodb/mongodb-5.0.2-official.yaml b/charts/kubedb-catalog/templates/mongodb/mongodb-5.0.2-official.yaml index ea6fed139..0288122c2 100644 --- a/charts/kubedb-catalog/templates/mongodb/mongodb-5.0.2-official.yaml +++ b/charts/kubedb-catalog/templates/mongodb/mongodb-5.0.2-official.yaml @@ -13,7 +13,7 @@ spec: manifest: addonName: kubedb-manifest-addon walg: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/wal-g:v1.0.0' + image: ghcr.io/kubedb/wal-g:v1.0.0 db: image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "mongo") $) }}:5.0.2' distribution: Official diff --git a/charts/kubedb-catalog/templates/mongodb/mongodb-5.0.3-official.yaml b/charts/kubedb-catalog/templates/mongodb/mongodb-5.0.3-official.yaml index 6b6e2bc5a..249f5e51b 100644 --- a/charts/kubedb-catalog/templates/mongodb/mongodb-5.0.3-official.yaml +++ b/charts/kubedb-catalog/templates/mongodb/mongodb-5.0.3-official.yaml @@ -13,7 +13,7 @@ spec: manifest: addonName: kubedb-manifest-addon walg: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/wal-g:v1.0.0' + image: ghcr.io/kubedb/wal-g:v1.0.0 db: image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "mongo") $) }}:5.0.3' distribution: Official diff --git a/charts/kubedb-catalog/templates/mongodb/mongodb-6.0.5-official.yaml b/charts/kubedb-catalog/templates/mongodb/mongodb-6.0.5-official.yaml index 2d803a663..8824f8af4 100644 --- a/charts/kubedb-catalog/templates/mongodb/mongodb-6.0.5-official.yaml +++ b/charts/kubedb-catalog/templates/mongodb/mongodb-6.0.5-official.yaml @@ -13,7 +13,7 @@ spec: manifest: addonName: kubedb-manifest-addon walg: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/wal-g:v1.0.0' + image: ghcr.io/kubedb/wal-g:v1.0.0 db: image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "mongo") $) }}:6.0.5' distribution: Official diff --git a/charts/kubedb-catalog/templates/postgres/postgres-11.11-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-11.11-official.yaml index 083667a08..c120f2f39 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-11.11-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-11.11-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_11.22-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -42,6 +49,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_11.22-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-11.14-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-11.14-official.yaml index 7cc666762..9ef339e4d 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-11.14-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-11.14-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_11.22-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -42,6 +49,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_11.22-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-11.14-postgis.yaml b/charts/kubedb-catalog/templates/postgres/postgres-11.14-postgis.yaml index a46fb913a..0fbc63891 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-11.14-postgis.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-11.14-postgis.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_11.22-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-11.15-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-11.15-official.yaml index 093b70c58..534ab67d0 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-11.15-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-11.15-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_11.22-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -42,6 +49,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_11.22-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-11.19-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-11.19-official.yaml index 2bb0b2083..3250449b4 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-11.19-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-11.19-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_11.22-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -42,6 +49,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_11.22-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-11.20-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-11.20-official.yaml index e988c8d4e..8cb80e0fd 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-11.20-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-11.20-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_11.22-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -42,6 +49,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_11.22-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-12.10-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-12.10-official.yaml index 7ef6a9615..494a7fc80 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.10-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.10-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -43,6 +50,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-12.13-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-12.13-official.yaml index 89f3cd78f..be088d783 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.13-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.13-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -43,6 +50,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-12.14-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-12.14-official.yaml index 511d12069..29d98e516 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.14-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.14-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -43,6 +50,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-12.15-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-12.15-official.yaml index a0ac56fec..661ba7f28 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.15-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.15-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -43,6 +50,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-12.6-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-12.6-official.yaml index be47834f7..36ac94017 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.6-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.6-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -43,6 +50,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-12.9-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-12.9-official.yaml index 18f08a128..0be143814 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.9-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.9-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -43,6 +50,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-12.9-postgis.yaml b/charts/kubedb-catalog/templates/postgres/postgres-12.9-postgis.yaml index ef22328b9..202453a39 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.9-postgis.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.9-postgis.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_12.17-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-13.10-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-13.10-official.yaml index 3d061c64f..c5ae94b22 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.10-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.10-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -42,6 +49,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-13.11-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-13.11-official.yaml index 722087de1..5eeb9b063 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.11-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.11-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -42,6 +49,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-13.2-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-13.2-official.yaml index 2700f2496..4d6d8daad 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.2-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.2-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -42,6 +49,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-13.5-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-13.5-official.yaml index 3de4f2b4e..6578c7785 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.5-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.5-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -42,6 +49,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-13.5-postgis.yaml b/charts/kubedb-catalog/templates/postgres/postgres-13.5-postgis.yaml index a5dccbbdc..08dbfd7fe 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.5-postgis.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.5-postgis.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-13.6-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-13.6-official.yaml index 223d4e7a8..24aae87a5 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.6-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.6-official.yaml @@ -12,17 +12,17 @@ spec: manifest: addonName: kubedb-manifest-backup walg: - image: rakibulhossain/postgres-wal-watcher:poc-wal-g_linux_amd64 + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-bookworm_linux_amd64 coordinator: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/pg-coordinator:v0.18.0' + image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: baseOS: bullseye - image: '{{ include "official.registry" (merge (dict "_bin" "postgres") .Values) }}:13.6-bullseye' + image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "postgres") $) }}:13.6-bullseye' distribution: Official exporter: - image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' + image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "rakibulhossain") .Values) }}/postgres-init:0.5.0_linux_amd64' + image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.10.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -55,17 +55,17 @@ spec: manifest: addonName: kubedb-manifest-backup walg: - image: rakibulhossain/postgres-wal-watcher:poc-wal-g_linux_amd64 + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-alpine_linux_amd64 coordinator: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/pg-coordinator:v0.18.0' + image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: baseOS: alpine - image: '{{ include "official.registry" (merge (dict "_bin" "postgres") .Values) }}:13.6-alpine' + image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "postgres") $) }}:13.6-alpine' distribution: Official exporter: - image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' + image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "rakibulhossain") .Values) }}/postgres-init:0.5.0_linux_amd64' + image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.10.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-13.9-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-13.9-official.yaml index cf5c9065f..04df28070 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.9-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.9-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -42,6 +49,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_13.13-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-14.1-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-14.1-official.yaml index 7f83d7d9c..a6e3ed351 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-14.1-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-14.1-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_14.10-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -42,6 +49,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_14.10-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-14.1-postgis.yaml b/charts/kubedb-catalog/templates/postgres/postgres-14.1-postgis.yaml index 1635e2a9e..e184bee9a 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-14.1-postgis.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-14.1-postgis.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_14.10-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-14.2-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-14.2-official.yaml index 8b9cdc6ea..637a42c80 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-14.2-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-14.2-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_14.10-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -39,6 +46,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_14.10-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-14.6-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-14.6-official.yaml index b6e23910e..884561619 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-14.6-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-14.6-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_14.10-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -39,6 +46,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_14.10-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-14.7-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-14.7-official.yaml index 8259e8305..15ce46b06 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-14.7-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-14.7-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_14.10-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -39,6 +46,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_14.10-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-14.8-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-14.8-official.yaml index d45f836a6..d8ae6ca6b 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-14.8-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-14.8-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_14.10-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -39,6 +46,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_14.10-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-15.1-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-15.1-official.yaml index 913ae88b7..bca610788 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-15.1-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-15.1-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_15.5-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -42,6 +49,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_15.5-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-15.2-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-15.2-official.yaml index d24f067f3..048648dff 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-15.2-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-15.2-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_15.5-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -42,6 +49,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_15.5-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-15.3-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-15.3-official.yaml index 2a730789a..f25386bb8 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-15.3-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-15.3-official.yaml @@ -6,6 +6,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_15.5-bookworm_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: @@ -42,6 +49,13 @@ metadata: labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: + archiver: + csiSnapshotter: + addonName: postgres-volume-snapshot + manifest: + addonName: kubedb-manifest-backup + walg: + image: ghcr.io/kubedb/pg-walg:v0.0.1_15.5-alpine_linux_amd64 coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/pg-coordinator") $) }}:v0.21.0' db: