From 2badf06ca9f173deacbbff89ba793abdcbfe2ebe Mon Sep 17 00:00:00 2001 From: Mehedi Hasan <39819064+heheh13@users.noreply.github.com> Date: Fri, 6 Oct 2023 20:35:37 +0600 Subject: [PATCH] update init imager for postgres (#681) Signed-off-by: Mehedi Hasan --- catalog/raw/postgres/postgres-10.16-official.yaml | 4 ++-- catalog/raw/postgres/postgres-10.19-official.yaml | 4 ++-- catalog/raw/postgres/postgres-10.20-official.yaml | 4 ++-- catalog/raw/postgres/postgres-11.11-official.yaml | 4 ++-- catalog/raw/postgres/postgres-11.11-timescaledb.yaml | 2 +- catalog/raw/postgres/postgres-11.14-official.yaml | 4 ++-- catalog/raw/postgres/postgres-11.14-postgis.yaml | 2 +- catalog/raw/postgres/postgres-11.15-official.yaml | 4 ++-- catalog/raw/postgres/postgres-11.19-official.yaml | 4 ++-- catalog/raw/postgres/postgres-11.20-official.yaml | 4 ++-- catalog/raw/postgres/postgres-12.10-official.yaml | 4 ++-- catalog/raw/postgres/postgres-12.13-official.yaml | 4 ++-- catalog/raw/postgres/postgres-12.14-official.yaml | 4 ++-- catalog/raw/postgres/postgres-12.15-official.yaml | 4 ++-- catalog/raw/postgres/postgres-12.6-official.yaml | 4 ++-- catalog/raw/postgres/postgres-12.6-timescaledb.yaml | 2 +- catalog/raw/postgres/postgres-12.9-official.yaml | 4 ++-- catalog/raw/postgres/postgres-12.9-postgis.yaml | 2 +- catalog/raw/postgres/postgres-13.10-official.yaml | 4 ++-- catalog/raw/postgres/postgres-13.11-official.yaml | 4 ++-- catalog/raw/postgres/postgres-13.2-official.yaml | 4 ++-- catalog/raw/postgres/postgres-13.2-timescaledb.yaml | 2 +- catalog/raw/postgres/postgres-13.5-official.yaml | 4 ++-- catalog/raw/postgres/postgres-13.5-postgis.yaml | 2 +- catalog/raw/postgres/postgres-13.6-official.yaml | 4 ++-- catalog/raw/postgres/postgres-13.9-official.yaml | 4 ++-- catalog/raw/postgres/postgres-14.1-official.yaml | 4 ++-- catalog/raw/postgres/postgres-14.1-postgis.yaml | 2 +- catalog/raw/postgres/postgres-14.1-timescaledb.yaml | 2 +- catalog/raw/postgres/postgres-14.2-official.yaml | 4 ++-- catalog/raw/postgres/postgres-14.6-official.yaml | 4 ++-- catalog/raw/postgres/postgres-14.7-official.yaml | 4 ++-- catalog/raw/postgres/postgres-14.8-official.yaml | 4 ++-- catalog/raw/postgres/postgres-15.1-official.yaml | 4 ++-- catalog/raw/postgres/postgres-15.2-official.yaml | 4 ++-- catalog/raw/postgres/postgres-15.3-official.yaml | 4 ++-- catalog/raw/postgres/postgres-9.6.21-official.yaml | 4 ++-- catalog/raw/postgres/postgres-9.6.24-official.yaml | 4 ++-- .../templates/postgres/postgres-10.16-official.yaml | 4 ++-- .../templates/postgres/postgres-10.19-official.yaml | 4 ++-- .../templates/postgres/postgres-10.20-official.yaml | 4 ++-- .../templates/postgres/postgres-11.11-official.yaml | 4 ++-- .../templates/postgres/postgres-11.11-timescaledb.yaml | 2 +- .../templates/postgres/postgres-11.14-official.yaml | 4 ++-- .../templates/postgres/postgres-11.14-postgis.yaml | 2 +- .../templates/postgres/postgres-11.15-official.yaml | 4 ++-- .../templates/postgres/postgres-11.19-official.yaml | 4 ++-- .../templates/postgres/postgres-11.20-official.yaml | 4 ++-- .../templates/postgres/postgres-12.10-official.yaml | 4 ++-- .../templates/postgres/postgres-12.13-official.yaml | 4 ++-- .../templates/postgres/postgres-12.14-official.yaml | 4 ++-- .../templates/postgres/postgres-12.15-official.yaml | 4 ++-- .../templates/postgres/postgres-12.6-official.yaml | 4 ++-- .../templates/postgres/postgres-12.6-timescaledb.yaml | 2 +- .../templates/postgres/postgres-12.9-official.yaml | 4 ++-- .../templates/postgres/postgres-12.9-postgis.yaml | 2 +- .../templates/postgres/postgres-13.10-official.yaml | 4 ++-- .../templates/postgres/postgres-13.11-official.yaml | 4 ++-- .../templates/postgres/postgres-13.2-official.yaml | 4 ++-- .../templates/postgres/postgres-13.2-timescaledb.yaml | 2 +- .../templates/postgres/postgres-13.5-official.yaml | 4 ++-- .../templates/postgres/postgres-13.5-postgis.yaml | 2 +- .../templates/postgres/postgres-13.6-official.yaml | 4 ++-- .../templates/postgres/postgres-13.9-official.yaml | 4 ++-- .../templates/postgres/postgres-14.1-official.yaml | 4 ++-- .../templates/postgres/postgres-14.1-postgis.yaml | 2 +- .../templates/postgres/postgres-14.1-timescaledb.yaml | 2 +- .../templates/postgres/postgres-14.2-official.yaml | 4 ++-- .../templates/postgres/postgres-14.6-official.yaml | 4 ++-- .../templates/postgres/postgres-14.7-official.yaml | 4 ++-- .../templates/postgres/postgres-14.8-official.yaml | 4 ++-- .../templates/postgres/postgres-15.1-official.yaml | 4 ++-- .../templates/postgres/postgres-15.2-official.yaml | 4 ++-- .../templates/postgres/postgres-15.3-official.yaml | 4 ++-- .../templates/postgres/postgres-9.6.21-official.yaml | 4 ++-- .../templates/postgres/postgres-9.6.24-official.yaml | 4 ++-- 76 files changed, 136 insertions(+), 136 deletions(-) diff --git a/catalog/raw/postgres/postgres-10.16-official.yaml b/catalog/raw/postgres/postgres-10.16-official.yaml index f881f2b67..3fc70845e 100644 --- a/catalog/raw/postgres/postgres-10.16-official.yaml +++ b/catalog/raw/postgres/postgres-10.16-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -45,7 +45,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-10.19-official.yaml b/catalog/raw/postgres/postgres-10.19-official.yaml index a0ec99dcd..896bb8e74 100644 --- a/catalog/raw/postgres/postgres-10.19-official.yaml +++ b/catalog/raw/postgres/postgres-10.19-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -44,7 +44,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-10.20-official.yaml b/catalog/raw/postgres/postgres-10.20-official.yaml index e3f95ea19..7d483da8b 100644 --- a/catalog/raw/postgres/postgres-10.20-official.yaml +++ b/catalog/raw/postgres/postgres-10.20-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -44,7 +44,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-11.11-official.yaml b/catalog/raw/postgres/postgres-11.11-official.yaml index 569ca9163..229d217d0 100644 --- a/catalog/raw/postgres/postgres-11.11-official.yaml +++ b/catalog/raw/postgres/postgres-11.11-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -44,7 +44,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-11.11-timescaledb.yaml b/catalog/raw/postgres/postgres-11.11-timescaledb.yaml index ec5075984..a9ffcd29e 100644 --- a/catalog/raw/postgres/postgres-11.11-timescaledb.yaml +++ b/catalog/raw/postgres/postgres-11.11-timescaledb.yaml @@ -11,7 +11,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-11.14-official.yaml b/catalog/raw/postgres/postgres-11.14-official.yaml index ec1003d8b..246de9d98 100644 --- a/catalog/raw/postgres/postgres-11.14-official.yaml +++ b/catalog/raw/postgres/postgres-11.14-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -44,7 +44,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-11.14-postgis.yaml b/catalog/raw/postgres/postgres-11.14-postgis.yaml index f9a97d36e..e5f891add 100644 --- a/catalog/raw/postgres/postgres-11.14-postgis.yaml +++ b/catalog/raw/postgres/postgres-11.14-postgis.yaml @@ -11,7 +11,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-11.15-official.yaml b/catalog/raw/postgres/postgres-11.15-official.yaml index c8c7edad6..26f54513b 100644 --- a/catalog/raw/postgres/postgres-11.15-official.yaml +++ b/catalog/raw/postgres/postgres-11.15-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -44,7 +44,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-11.19-official.yaml b/catalog/raw/postgres/postgres-11.19-official.yaml index 333fec439..14a69a5f8 100644 --- a/catalog/raw/postgres/postgres-11.19-official.yaml +++ b/catalog/raw/postgres/postgres-11.19-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -44,7 +44,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-11.20-official.yaml b/catalog/raw/postgres/postgres-11.20-official.yaml index b7e3be751..c4d105c70 100644 --- a/catalog/raw/postgres/postgres-11.20-official.yaml +++ b/catalog/raw/postgres/postgres-11.20-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -44,7 +44,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-12.10-official.yaml b/catalog/raw/postgres/postgres-12.10-official.yaml index 806e9d568..c77706858 100644 --- a/catalog/raw/postgres/postgres-12.10-official.yaml +++ b/catalog/raw/postgres/postgres-12.10-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -45,7 +45,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-12.13-official.yaml b/catalog/raw/postgres/postgres-12.13-official.yaml index 901aebfed..f53a83a01 100644 --- a/catalog/raw/postgres/postgres-12.13-official.yaml +++ b/catalog/raw/postgres/postgres-12.13-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -45,7 +45,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-12.14-official.yaml b/catalog/raw/postgres/postgres-12.14-official.yaml index 639c27586..fd4b3270a 100644 --- a/catalog/raw/postgres/postgres-12.14-official.yaml +++ b/catalog/raw/postgres/postgres-12.14-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -45,7 +45,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-12.15-official.yaml b/catalog/raw/postgres/postgres-12.15-official.yaml index 4a215a9e3..810b6df7e 100644 --- a/catalog/raw/postgres/postgres-12.15-official.yaml +++ b/catalog/raw/postgres/postgres-12.15-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -45,7 +45,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-12.6-official.yaml b/catalog/raw/postgres/postgres-12.6-official.yaml index 3642431bf..762c2ab24 100644 --- a/catalog/raw/postgres/postgres-12.6-official.yaml +++ b/catalog/raw/postgres/postgres-12.6-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -45,7 +45,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-12.6-timescaledb.yaml b/catalog/raw/postgres/postgres-12.6-timescaledb.yaml index 3dfb628c3..d1d7f135e 100644 --- a/catalog/raw/postgres/postgres-12.6-timescaledb.yaml +++ b/catalog/raw/postgres/postgres-12.6-timescaledb.yaml @@ -11,7 +11,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-12.9-official.yaml b/catalog/raw/postgres/postgres-12.9-official.yaml index 9c212f96c..7ff5c5b39 100644 --- a/catalog/raw/postgres/postgres-12.9-official.yaml +++ b/catalog/raw/postgres/postgres-12.9-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -45,7 +45,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-12.9-postgis.yaml b/catalog/raw/postgres/postgres-12.9-postgis.yaml index b167416db..acca38555 100644 --- a/catalog/raw/postgres/postgres-12.9-postgis.yaml +++ b/catalog/raw/postgres/postgres-12.9-postgis.yaml @@ -11,7 +11,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-13.10-official.yaml b/catalog/raw/postgres/postgres-13.10-official.yaml index cd1e83949..f9a57f416 100644 --- a/catalog/raw/postgres/postgres-13.10-official.yaml +++ b/catalog/raw/postgres/postgres-13.10-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -44,7 +44,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-13.11-official.yaml b/catalog/raw/postgres/postgres-13.11-official.yaml index 2a5b866ba..5faf3014f 100644 --- a/catalog/raw/postgres/postgres-13.11-official.yaml +++ b/catalog/raw/postgres/postgres-13.11-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -44,7 +44,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-13.2-official.yaml b/catalog/raw/postgres/postgres-13.2-official.yaml index 79ea0425f..730a7b444 100644 --- a/catalog/raw/postgres/postgres-13.2-official.yaml +++ b/catalog/raw/postgres/postgres-13.2-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -44,7 +44,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-13.2-timescaledb.yaml b/catalog/raw/postgres/postgres-13.2-timescaledb.yaml index 837e3daf9..2b7837477 100644 --- a/catalog/raw/postgres/postgres-13.2-timescaledb.yaml +++ b/catalog/raw/postgres/postgres-13.2-timescaledb.yaml @@ -11,7 +11,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-13.5-official.yaml b/catalog/raw/postgres/postgres-13.5-official.yaml index 8a1c7f58f..b944353fa 100644 --- a/catalog/raw/postgres/postgres-13.5-official.yaml +++ b/catalog/raw/postgres/postgres-13.5-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -44,7 +44,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-13.5-postgis.yaml b/catalog/raw/postgres/postgres-13.5-postgis.yaml index cc6ed22f1..52415bd97 100644 --- a/catalog/raw/postgres/postgres-13.5-postgis.yaml +++ b/catalog/raw/postgres/postgres-13.5-postgis.yaml @@ -11,7 +11,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-13.6-official.yaml b/catalog/raw/postgres/postgres-13.6-official.yaml index 90a7405de..c4bc96c1b 100644 --- a/catalog/raw/postgres/postgres-13.6-official.yaml +++ b/catalog/raw/postgres/postgres-13.6-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -44,7 +44,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-13.9-official.yaml b/catalog/raw/postgres/postgres-13.9-official.yaml index 8d012d943..bbc0747a1 100644 --- a/catalog/raw/postgres/postgres-13.9-official.yaml +++ b/catalog/raw/postgres/postgres-13.9-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -44,7 +44,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-14.1-official.yaml b/catalog/raw/postgres/postgres-14.1-official.yaml index a0b5a81d0..eaf16843e 100644 --- a/catalog/raw/postgres/postgres-14.1-official.yaml +++ b/catalog/raw/postgres/postgres-14.1-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -44,7 +44,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-14.1-postgis.yaml b/catalog/raw/postgres/postgres-14.1-postgis.yaml index 1921d8d0f..ec1f3148c 100644 --- a/catalog/raw/postgres/postgres-14.1-postgis.yaml +++ b/catalog/raw/postgres/postgres-14.1-postgis.yaml @@ -11,7 +11,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-14.1-timescaledb.yaml b/catalog/raw/postgres/postgres-14.1-timescaledb.yaml index b0c22d2be..7751216fc 100644 --- a/catalog/raw/postgres/postgres-14.1-timescaledb.yaml +++ b/catalog/raw/postgres/postgres-14.1-timescaledb.yaml @@ -11,7 +11,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-14.2-official.yaml b/catalog/raw/postgres/postgres-14.2-official.yaml index d2592615c..76da4704f 100644 --- a/catalog/raw/postgres/postgres-14.2-official.yaml +++ b/catalog/raw/postgres/postgres-14.2-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -41,7 +41,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-14.6-official.yaml b/catalog/raw/postgres/postgres-14.6-official.yaml index 26f365589..18fbc3c5e 100644 --- a/catalog/raw/postgres/postgres-14.6-official.yaml +++ b/catalog/raw/postgres/postgres-14.6-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -41,7 +41,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-14.7-official.yaml b/catalog/raw/postgres/postgres-14.7-official.yaml index 169c17e7f..466ae2f2c 100644 --- a/catalog/raw/postgres/postgres-14.7-official.yaml +++ b/catalog/raw/postgres/postgres-14.7-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -41,7 +41,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-14.8-official.yaml b/catalog/raw/postgres/postgres-14.8-official.yaml index e5cb19c85..c253fcbe2 100644 --- a/catalog/raw/postgres/postgres-14.8-official.yaml +++ b/catalog/raw/postgres/postgres-14.8-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -41,7 +41,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-15.1-official.yaml b/catalog/raw/postgres/postgres-15.1-official.yaml index fd8b46441..7c94d0644 100644 --- a/catalog/raw/postgres/postgres-15.1-official.yaml +++ b/catalog/raw/postgres/postgres-15.1-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -44,7 +44,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-15.2-official.yaml b/catalog/raw/postgres/postgres-15.2-official.yaml index e746434f6..f4985e3c0 100644 --- a/catalog/raw/postgres/postgres-15.2-official.yaml +++ b/catalog/raw/postgres/postgres-15.2-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -44,7 +44,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-15.3-official.yaml b/catalog/raw/postgres/postgres-15.3-official.yaml index d8821e6a7..c120b9d62 100644 --- a/catalog/raw/postgres/postgres-15.3-official.yaml +++ b/catalog/raw/postgres/postgres-15.3-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -44,7 +44,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-9.6.21-official.yaml b/catalog/raw/postgres/postgres-9.6.21-official.yaml index f05cdc288..7275b63c8 100644 --- a/catalog/raw/postgres/postgres-9.6.21-official.yaml +++ b/catalog/raw/postgres/postgres-9.6.21-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -45,7 +45,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/catalog/raw/postgres/postgres-9.6.24-official.yaml b/catalog/raw/postgres/postgres-9.6.24-official.yaml index 8ee14f54e..2ff5d7e12 100644 --- a/catalog/raw/postgres/postgres-9.6.24-official.yaml +++ b/catalog/raw/postgres/postgres-9.6.24-official.yaml @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -44,7 +44,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.8.0 + image: ghcr.io/kubedb/postgres-init:0.9.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-10.16-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-10.16-official.yaml index a8327916d..ac9f8457a 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-10.16-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-10.16-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -52,7 +52,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-10.19-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-10.19-official.yaml index 29fa5cb24..1b3dbb281 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-10.19-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-10.19-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-10.20-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-10.20-official.yaml index 7f54b10f7..dd49c0771 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-10.20-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-10.20-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 f4bbaf385..b609997fb 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-11.11-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-11.11-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-11.11-timescaledb.yaml b/charts/kubedb-catalog/templates/postgres/postgres-11.11-timescaledb.yaml index c8bd43706..f6457fe79 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-11.11-timescaledb.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-11.11-timescaledb.yaml @@ -14,7 +14,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 ff753a9e5..c0cd1c5ae 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-11.14-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-11.14-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 9b00561b9..025de310b 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-11.14-postgis.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-11.14-postgis.yaml @@ -14,7 +14,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 004d13218..b25b2f1bb 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-11.15-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-11.15-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 916a878ab..f5d0e848f 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-11.19-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-11.19-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 52ed51e81..6660d5f13 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-11.20-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-11.20-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 f7e4b3952..b1b1f0351 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.10-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.10-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -52,7 +52,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 1e1b02904..08e2de453 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.13-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.13-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -52,7 +52,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 12f757ebd..9b96f4ef3 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.14-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.14-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -52,7 +52,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 7842fb446..7743beaaf 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.15-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.15-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -52,7 +52,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 c67e5e027..600b4549e 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.6-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.6-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -52,7 +52,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-12.6-timescaledb.yaml b/charts/kubedb-catalog/templates/postgres/postgres-12.6-timescaledb.yaml index 7ec4193a6..0af2cfca3 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.6-timescaledb.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.6-timescaledb.yaml @@ -14,7 +14,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 978c6e37b..77b26ab56 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.9-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.9-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -52,7 +52,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 8646d0d80..927342c73 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.9-postgis.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.9-postgis.yaml @@ -14,7 +14,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 25daaeffc..86814bbbf 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.10-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.10-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 a3d071ac1..2e5167d58 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.11-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.11-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 771f4600f..b4c379305 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.2-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.2-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-13.2-timescaledb.yaml b/charts/kubedb-catalog/templates/postgres/postgres-13.2-timescaledb.yaml index 1a46e744b..916140f64 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.2-timescaledb.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.2-timescaledb.yaml @@ -14,7 +14,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 2559b9fa4..ce3ccf2b2 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.5-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.5-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 578b28c6b..801664b20 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.5-postgis.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.5-postgis.yaml @@ -14,7 +14,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 9389838a8..8ad360620 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.6-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.6-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.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 2ad5c2f51..3674e3764 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.9-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.9-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 36646e7fd..8059b2d21 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-14.1-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-14.1-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 e7dc244ee..b8011516e 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-14.1-postgis.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-14.1-postgis.yaml @@ -14,7 +14,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-14.1-timescaledb.yaml b/charts/kubedb-catalog/templates/postgres/postgres-14.1-timescaledb.yaml index b61e57baa..8d81feb24 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-14.1-timescaledb.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-14.1-timescaledb.yaml @@ -14,7 +14,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 b58090d80..3354de344 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-14.2-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-14.2-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -48,7 +48,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 d9c8d5b8e..3de59e877 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-14.6-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-14.6-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -48,7 +48,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 f45f891d5..ad2527ae4 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-14.7-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-14.7-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -48,7 +48,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 afa5d6dd4..e76d032de 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-14.8-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-14.8-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -48,7 +48,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 caebcd9c5..50f4622c1 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-15.1-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-15.1-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 b8259fea0..584cf4e6d 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-15.2-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-15.2-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: 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 0870a7ba2..3685dfa59 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-15.3-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-15.3-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-9.6.21-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-9.6.21-official.yaml index 2ee53c559..d28921942 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-9.6.21-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-9.6.21-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -52,7 +52,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-9.6.24-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-9.6.24-official.yaml index 29e8bf3fc..594b69ee0 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-9.6.24-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-9.6.24-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: