diff --git a/catalog/README.md b/catalog/README.md
index 8ca3b9ca5..7496dca41 100644
--- a/catalog/README.md
+++ b/catalog/README.md
@@ -239,7 +239,7 @@
| ghcr.io/kubedb/postgres-archiver:v0.9.0_16.1-alpine
sha256:b76ee7990961fe1c2f7a7c6a29f577b4637b750bda6680c254dd4c5b78a577a3 | alpine 3.19.1 | 0, 0 | **1**, 4 | 21, 5 | 4, 1 | 0, 0 |
| ghcr.io/kubedb/postgres-archiver:v0.9.0_16.1-bookworm
sha256:7b430203f2dc77db54f20f3bf9f83f1984a432391bef3ca2529561150104b47a | debian 12.4 | **4**, 3 | **28**, 37 | 30, 27 | 4, 4 | 0, 0 |
| ghcr.io/kubedb/postgres-csi-snapshotter-plugin:v0.9.0
sha256:e58c2ad6cbc3b8d3f765fa60122f97eaf99202e9fc9c80dd7aefce5cae878840 | debian 12.7 | 0, 0 | 0, 0 | 0, 0 | 0, 0 | 0, 0 |
-| ghcr.io/kubedb/postgres-init:0.15.0
sha256:33a36e2d34f06771160693e88aa5893c358aad3bddbdd0e4df2f746c3d7ae625 | alpine 3.20.3 | 0, 0 | 0, 4 | 0, 5 | 2, 1 | 0, 0 |
+| ghcr.io/kubedb/postgres-init:0.16.0
sha256:33a36e2d34f06771160693e88aa5893c358aad3bddbdd0e4df2f746c3d7ae625 | alpine 3.20.3 | 0, 0 | 0, 4 | 0, 5 | 2, 1 | 0, 0 |
| ghcr.io/kubedb/postgres-restic-plugin:v0.11.0_16.1
sha256:286cf93cb0c6e0f8e9dee60fb8bfaccf42538655bbe30254f9c102ea6704431d | alpine 3.19.1 | 0, 0 | **1**, 0 | 21, 0 | 4, 0 | 0, 0 |
| ghcr.io/kubedb/provider-aws:v0.10.0
sha256:49b1c312e342c31bb35fdd862e9b78d1a0e99bcbbc75e11560b762ac67d4a4b4 | alpine 3.17.1 | 0, 4 | **16**, 20 | 46, 46 | 4, 1 | 0, 0 |
| ghcr.io/kubedb/provider-azure:v0.10.0
sha256:e7fa7713c58ec159abe403345f01b1a11a9facf36f12298663c0922db8717a01 | alpine 3.17.1 | 0, 8 | **16**, 44 | 46, 50 | 4, 3 | 0, 0 |
diff --git a/catalog/copy-images.sh b/catalog/copy-images.sh
index a713e16ea..e878f106e 100755
--- a/catalog/copy-images.sh
+++ b/catalog/copy-images.sh
@@ -273,7 +273,7 @@ $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-ar
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-archiver:v0.9.0_16.1-alpine $IMAGE_REGISTRY/kubedb/postgres-archiver:v0.9.0_16.1-alpine
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-archiver:v0.9.0_16.1-bookworm $IMAGE_REGISTRY/kubedb/postgres-archiver:v0.9.0_16.1-bookworm
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-csi-snapshotter-plugin:v0.9.0 $IMAGE_REGISTRY/kubedb/postgres-csi-snapshotter-plugin:v0.9.0
-$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-init:0.15.0 $IMAGE_REGISTRY/kubedb/postgres-init:0.15.0
+$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-init:0.16.0 $IMAGE_REGISTRY/kubedb/postgres-init:0.16.0
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-restic-plugin:v0.11.0_16.1 $IMAGE_REGISTRY/kubedb/postgres-restic-plugin:v0.11.0_16.1
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/provider-aws:v0.10.0 $IMAGE_REGISTRY/kubedb/provider-aws:v0.10.0
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/provider-azure:v0.10.0 $IMAGE_REGISTRY/kubedb/provider-azure:v0.10.0
diff --git a/catalog/export-images.sh b/catalog/export-images.sh
index 607a89d5e..c6c185c63 100755
--- a/catalog/export-images.sh
+++ b/catalog/export-images.sh
@@ -270,7 +270,7 @@ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-archiver:v0.9.0_16.1-alpine images/kubedb-postgres-archiver-v0.9.0_16.1-alpine.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-archiver:v0.9.0_16.1-bookworm images/kubedb-postgres-archiver-v0.9.0_16.1-bookworm.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-csi-snapshotter-plugin:v0.9.0 images/kubedb-postgres-csi-snapshotter-plugin-v0.9.0.tar
-$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-init:0.15.0 images/kubedb-postgres-init-0.15.0.tar
+$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-init:0.16.0 images/kubedb-postgres-init-0.15.0.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-restic-plugin:v0.11.0_16.1 images/kubedb-postgres-restic-plugin-v0.11.0_16.1.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/provider-aws:v0.10.0 images/kubedb-provider-aws-v0.10.0.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/provider-azure:v0.10.0 images/kubedb-provider-azure-v0.10.0.tar
diff --git a/catalog/imagelist.yaml b/catalog/imagelist.yaml
index ef5cffc56..84450d4f2 100644
--- a/catalog/imagelist.yaml
+++ b/catalog/imagelist.yaml
@@ -236,7 +236,7 @@
- ghcr.io/kubedb/postgres-archiver:v0.9.0_16.1-alpine
- ghcr.io/kubedb/postgres-archiver:v0.9.0_16.1-bookworm
- ghcr.io/kubedb/postgres-csi-snapshotter-plugin:v0.9.0
-- ghcr.io/kubedb/postgres-init:0.15.0
+- ghcr.io/kubedb/postgres-init:0.16.0
- ghcr.io/kubedb/postgres-restic-plugin:v0.11.0_16.1
- ghcr.io/kubedb/provider-aws:v0.10.0
- ghcr.io/kubedb/provider-azure:v0.10.0
diff --git a/catalog/import-images.sh b/catalog/import-images.sh
index d3e7aea12..057f5acb6 100755
--- a/catalog/import-images.sh
+++ b/catalog/import-images.sh
@@ -264,7 +264,7 @@ $CMD push --allow-nondistributable-artifacts --insecure images/kubedb-postgres-a
$CMD push --allow-nondistributable-artifacts --insecure images/kubedb-postgres-archiver-v0.9.0_16.1-alpine.tar $IMAGE_REGISTRY/kubedb/postgres-archiver:v0.9.0_16.1-alpine
$CMD push --allow-nondistributable-artifacts --insecure images/kubedb-postgres-archiver-v0.9.0_16.1-bookworm.tar $IMAGE_REGISTRY/kubedb/postgres-archiver:v0.9.0_16.1-bookworm
$CMD push --allow-nondistributable-artifacts --insecure images/kubedb-postgres-csi-snapshotter-plugin-v0.9.0.tar $IMAGE_REGISTRY/kubedb/postgres-csi-snapshotter-plugin:v0.9.0
-$CMD push --allow-nondistributable-artifacts --insecure images/kubedb-postgres-init-0.15.0.tar $IMAGE_REGISTRY/kubedb/postgres-init:0.15.0
+$CMD push --allow-nondistributable-artifacts --insecure images/kubedb-postgres-init-0.15.0.tar $IMAGE_REGISTRY/kubedb/postgres-init:0.16.0
$CMD push --allow-nondistributable-artifacts --insecure images/kubedb-postgres-restic-plugin-v0.11.0_16.1.tar $IMAGE_REGISTRY/kubedb/postgres-restic-plugin:v0.11.0_16.1
$CMD push --allow-nondistributable-artifacts --insecure images/kubedb-provider-aws-v0.10.0.tar $IMAGE_REGISTRY/kubedb/provider-aws:v0.10.0
$CMD push --allow-nondistributable-artifacts --insecure images/kubedb-provider-azure-v0.10.0.tar $IMAGE_REGISTRY/kubedb/provider-azure:v0.10.0
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-10.16-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-10.16-official.yaml
index 7f39a7b4f..33736b1a6 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-10.16-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-10.16-official.yaml
@@ -13,7 +13,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -46,7 +46,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-10.19-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-10.19-official.yaml
index c08670153..8f22780ca 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-10.19-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-10.19-official.yaml
@@ -13,7 +13,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -46,7 +46,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-10.20-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-10.20-official.yaml
index 95794045d..50e6e272b 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-10.20-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-10.20-official.yaml
@@ -13,7 +13,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -46,7 +46,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-11.11-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-11.11-official.yaml
index c9169a4cb..e5eec8f7d 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-11.11-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-11.11-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -78,7 +78,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-11.11-timescaledb.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-11.11-timescaledb.yaml
index b3daef42d..c6e7f1144 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-11.11-timescaledb.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-11.11-timescaledb.yaml
@@ -28,7 +28,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-11.14-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-11.14-official.yaml
index 8d128967a..56d1984c9 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-11.14-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-11.14-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -78,7 +78,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-11.15-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-11.15-official.yaml
index 323f9ff78..291308796 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-11.15-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-11.15-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -78,7 +78,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-11.19-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-11.19-official.yaml
index 99256c0e9..1f51f2c17 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-11.19-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-11.19-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -78,7 +78,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-11.20-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-11.20-official.yaml
index 90d8d4928..56fcac6b4 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-11.20-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-11.20-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -78,7 +78,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-12.10-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-12.10-official.yaml
index 813e5ab4b..f9887a477 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-12.10-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-12.10-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -79,7 +79,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-12.13-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-12.13-official.yaml
index bbab31b37..4fcf378e6 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-12.13-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-12.13-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -79,7 +79,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-12.14-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-12.14-official.yaml
index 28be9790c..c0c311151 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-12.14-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-12.14-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -79,7 +79,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-12.15-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-12.15-official.yaml
index 20f7e4a21..7d088c548 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-12.15-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-12.15-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -79,7 +79,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-12.6-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-12.6-official.yaml
index 67860d5aa..57bcb0ecd 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-12.6-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-12.6-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -79,7 +79,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-12.6-timescaledb.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-12.6-timescaledb.yaml
index 16b1960a2..5d25e2397 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-12.6-timescaledb.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-12.6-timescaledb.yaml
@@ -28,7 +28,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-12.9-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-12.9-official.yaml
index 7cbe73166..d723f6efd 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-12.9-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-12.9-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -79,7 +79,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-13.10-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-13.10-official.yaml
index efc026e14..88a47ad2b 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-13.10-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-13.10-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -78,7 +78,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-13.11-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-13.11-official.yaml
index 416dbedb2..12a2af5cd 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-13.11-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-13.11-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -78,7 +78,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-13.2-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-13.2-official.yaml
index ee7da2470..1b422d84a 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-13.2-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-13.2-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -78,7 +78,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-13.5-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-13.5-official.yaml
index 880ba2161..783225897 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-13.5-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-13.5-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -78,7 +78,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-13.6-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-13.6-official.yaml
index c99d9478d..4cec45f8b 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-13.6-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-13.6-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -78,7 +78,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-13.9-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-13.9-official.yaml
index cb0a73813..89c7c002a 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-13.9-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-13.9-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -78,7 +78,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-14.1-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-14.1-official.yaml
index 8cdccae57..617d64160 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-14.1-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-14.1-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -78,7 +78,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-14.2-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-14.2-official.yaml
index 858508302..67becd67e 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-14.2-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-14.2-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -75,7 +75,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-14.6-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-14.6-official.yaml
index 0093e7d9c..ffe3f272f 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-14.6-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-14.6-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -75,7 +75,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-14.7-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-14.7-official.yaml
index e2e1d49b5..72a9fa4e6 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-14.7-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-14.7-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -75,7 +75,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-14.8-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-14.8-official.yaml
index b00ca93b9..5ea666bff 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-14.8-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-14.8-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -75,7 +75,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-15.1-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-15.1-official.yaml
index 3a49e3d2f..845b1ee5b 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-15.1-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-15.1-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -78,7 +78,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-15.2-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-15.2-official.yaml
index 8bf2e46da..151985d11 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-15.2-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-15.2-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -78,7 +78,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-15.3-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-15.3-official.yaml
index 72d5abb6f..7f7f61cbd 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-15.3-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-15.3-official.yaml
@@ -29,7 +29,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -78,7 +78,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-9.6.21-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-9.6.21-official.yaml
index 6f78fa833..6793e89cc 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-9.6.21-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-9.6.21-official.yaml
@@ -13,7 +13,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -46,7 +46,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/deprecated-postgres-9.6.24-official.yaml b/catalog/kubedb/raw/postgres/deprecated-postgres-9.6.24-official.yaml
index c41ac5365..7579a1899 100644
--- a/catalog/kubedb/raw/postgres/deprecated-postgres-9.6.24-official.yaml
+++ b/catalog/kubedb/raw/postgres/deprecated-postgres-9.6.24-official.yaml
@@ -13,7 +13,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -46,7 +46,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/postgres-10.23-official.yaml b/catalog/kubedb/raw/postgres/postgres-10.23-official.yaml
index 3a44ddcfd..605494a97 100644
--- a/catalog/kubedb/raw/postgres/postgres-10.23-official.yaml
+++ b/catalog/kubedb/raw/postgres/postgres-10.23-official.yaml
@@ -12,7 +12,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -49,7 +49,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/postgres-11.22-official.yaml b/catalog/kubedb/raw/postgres/postgres-11.22-official.yaml
index 505cc3ae6..23686dbca 100644
--- a/catalog/kubedb/raw/postgres/postgres-11.22-official.yaml
+++ b/catalog/kubedb/raw/postgres/postgres-11.22-official.yaml
@@ -28,7 +28,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -81,7 +81,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/postgres-11.22-postgis.yaml b/catalog/kubedb/raw/postgres/postgres-11.22-postgis.yaml
index c62144da8..b8febddac 100644
--- a/catalog/kubedb/raw/postgres/postgres-11.22-postgis.yaml
+++ b/catalog/kubedb/raw/postgres/postgres-11.22-postgis.yaml
@@ -27,7 +27,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/postgres-12.17-official.yaml b/catalog/kubedb/raw/postgres/postgres-12.17-official.yaml
index 618e2c670..995c43288 100644
--- a/catalog/kubedb/raw/postgres/postgres-12.17-official.yaml
+++ b/catalog/kubedb/raw/postgres/postgres-12.17-official.yaml
@@ -28,7 +28,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -81,7 +81,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/postgres-12.18-postgis.yaml b/catalog/kubedb/raw/postgres/postgres-12.18-postgis.yaml
index 14da1364f..69e6b110b 100644
--- a/catalog/kubedb/raw/postgres/postgres-12.18-postgis.yaml
+++ b/catalog/kubedb/raw/postgres/postgres-12.18-postgis.yaml
@@ -27,7 +27,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/postgres-13.13-official.yaml b/catalog/kubedb/raw/postgres/postgres-13.13-official.yaml
index bf7c51629..9adce64ba 100644
--- a/catalog/kubedb/raw/postgres/postgres-13.13-official.yaml
+++ b/catalog/kubedb/raw/postgres/postgres-13.13-official.yaml
@@ -28,7 +28,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -81,7 +81,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/postgres-13.14-postgis.yaml b/catalog/kubedb/raw/postgres/postgres-13.14-postgis.yaml
index f031dd82a..c9c962412 100644
--- a/catalog/kubedb/raw/postgres/postgres-13.14-postgis.yaml
+++ b/catalog/kubedb/raw/postgres/postgres-13.14-postgis.yaml
@@ -27,7 +27,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/postgres-13.14-timescaledb.yaml b/catalog/kubedb/raw/postgres/postgres-13.14-timescaledb.yaml
index 6f3ded98f..92dcf7c5c 100644
--- a/catalog/kubedb/raw/postgres/postgres-13.14-timescaledb.yaml
+++ b/catalog/kubedb/raw/postgres/postgres-13.14-timescaledb.yaml
@@ -28,7 +28,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/postgres-14.10-official.yaml b/catalog/kubedb/raw/postgres/postgres-14.10-official.yaml
index c758b18a8..fe8afb6e1 100644
--- a/catalog/kubedb/raw/postgres/postgres-14.10-official.yaml
+++ b/catalog/kubedb/raw/postgres/postgres-14.10-official.yaml
@@ -28,7 +28,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -81,7 +81,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/postgres-14.11-postgis.yaml b/catalog/kubedb/raw/postgres/postgres-14.11-postgis.yaml
index f1d1ece45..1afd61a9a 100644
--- a/catalog/kubedb/raw/postgres/postgres-14.11-postgis.yaml
+++ b/catalog/kubedb/raw/postgres/postgres-14.11-postgis.yaml
@@ -27,7 +27,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/postgres-14.11-timescaledb.yaml b/catalog/kubedb/raw/postgres/postgres-14.11-timescaledb.yaml
index 83a5695f6..18b13b4fe 100644
--- a/catalog/kubedb/raw/postgres/postgres-14.11-timescaledb.yaml
+++ b/catalog/kubedb/raw/postgres/postgres-14.11-timescaledb.yaml
@@ -28,7 +28,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/postgres-14.13-official.yaml b/catalog/kubedb/raw/postgres/postgres-14.13-official.yaml
index abb317827..14ad9c64a 100644
--- a/catalog/kubedb/raw/postgres/postgres-14.13-official.yaml
+++ b/catalog/kubedb/raw/postgres/postgres-14.13-official.yaml
@@ -28,7 +28,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -81,7 +81,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/postgres-15.5-official.yaml b/catalog/kubedb/raw/postgres/postgres-15.5-official.yaml
index e70f474a6..f989a99d1 100644
--- a/catalog/kubedb/raw/postgres/postgres-15.5-official.yaml
+++ b/catalog/kubedb/raw/postgres/postgres-15.5-official.yaml
@@ -28,7 +28,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -81,7 +81,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/postgres-15.6-official.yaml b/catalog/kubedb/raw/postgres/postgres-15.6-official.yaml
index 8aa55e424..535cca998 100644
--- a/catalog/kubedb/raw/postgres/postgres-15.6-official.yaml
+++ b/catalog/kubedb/raw/postgres/postgres-15.6-official.yaml
@@ -28,7 +28,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/postgres-15.6-postgis.yaml b/catalog/kubedb/raw/postgres/postgres-15.6-postgis.yaml
index 3ede4bbac..5d68060ca 100644
--- a/catalog/kubedb/raw/postgres/postgres-15.6-postgis.yaml
+++ b/catalog/kubedb/raw/postgres/postgres-15.6-postgis.yaml
@@ -28,7 +28,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/postgres-15.8-official.yaml b/catalog/kubedb/raw/postgres/postgres-15.8-official.yaml
index b316068e6..085348778 100644
--- a/catalog/kubedb/raw/postgres/postgres-15.8-official.yaml
+++ b/catalog/kubedb/raw/postgres/postgres-15.8-official.yaml
@@ -28,7 +28,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -81,7 +81,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/postgres-16.1-official.yaml b/catalog/kubedb/raw/postgres/postgres-16.1-official.yaml
index 0dc895d89..ec28731bd 100644
--- a/catalog/kubedb/raw/postgres/postgres-16.1-official.yaml
+++ b/catalog/kubedb/raw/postgres/postgres-16.1-official.yaml
@@ -28,7 +28,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -79,7 +79,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/postgres-16.2-official.yaml b/catalog/kubedb/raw/postgres/postgres-16.2-official.yaml
index f6a6e47c0..8f0a86869 100644
--- a/catalog/kubedb/raw/postgres/postgres-16.2-official.yaml
+++ b/catalog/kubedb/raw/postgres/postgres-16.2-official.yaml
@@ -28,7 +28,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/postgres-16.2-postgis.yaml b/catalog/kubedb/raw/postgres/postgres-16.2-postgis.yaml
index d8cb85e70..da5d0f925 100644
--- a/catalog/kubedb/raw/postgres/postgres-16.2-postgis.yaml
+++ b/catalog/kubedb/raw/postgres/postgres-16.2-postgis.yaml
@@ -28,7 +28,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/kubedb/raw/postgres/postgres-16.4-official.yaml b/catalog/kubedb/raw/postgres/postgres-16.4-official.yaml
index a21926b17..94810e55d 100644
--- a/catalog/kubedb/raw/postgres/postgres-16.4-official.yaml
+++ b/catalog/kubedb/raw/postgres/postgres-16.4-official.yaml
@@ -28,7 +28,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -79,7 +79,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.15.0
initContainer:
- image: ghcr.io/kubedb/postgres-init:0.15.0
+ image: ghcr.io/kubedb/postgres-init:0.16.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/catalog/scripts/postgresversions.yaml b/catalog/scripts/postgresversions.yaml
index 0d8744e95..aa4dee5ac 100644
--- a/catalog/scripts/postgresversions.yaml
+++ b/catalog/scripts/postgresversions.yaml
@@ -31,7 +31,7 @@
- ghcr.io/kubedb/postgres-archiver:v0.9.0_15.5-bookworm
- ghcr.io/kubedb/postgres-archiver:v0.9.0_16.1-alpine
- ghcr.io/kubedb/postgres-archiver:v0.9.0_16.1-bookworm
-- ghcr.io/kubedb/postgres-init:0.15.0
+- ghcr.io/kubedb/postgres-init:0.16.0
- postgis/postgis:11-3.3
- postgis/postgis:12-3.4
- postgis/postgis:13-3.4
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-10.16-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-10.16-official.yaml
index f7d887c07..552f56333 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-10.16-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-10.16-official.yaml
@@ -21,7 +21,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -58,7 +58,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-10.19-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-10.19-official.yaml
index 1cd5bf60d..fc440fba1 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-10.19-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-10.19-official.yaml
@@ -21,7 +21,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -58,7 +58,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-10.20-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-10.20-official.yaml
index 91a0639eb..4a2e480c0 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-10.20-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-10.20-official.yaml
@@ -21,7 +21,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -58,7 +58,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.11-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.11-official.yaml
index 8775930dc..dca2763e2 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.11-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.11-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -90,7 +90,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.11-timescaledb.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.11-timescaledb.yaml
index cfa7dae87..d14938f47 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.11-timescaledb.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.11-timescaledb.yaml
@@ -36,7 +36,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.14-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.14-official.yaml
index 062d2d5f9..1ca769f2e 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.14-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.14-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -90,7 +90,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.15-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.15-official.yaml
index adebe3ea8..6849bb860 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.15-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.15-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -90,7 +90,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.19-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.19-official.yaml
index d7598ba5a..b31db1275 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.19-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.19-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -90,7 +90,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.20-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.20-official.yaml
index 2a2a0ef32..f965904fa 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.20-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-11.20-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -90,7 +90,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.10-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.10-official.yaml
index 69ea01f7b..3e9809796 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.10-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.10-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -91,7 +91,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.13-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.13-official.yaml
index efb87be10..00f4c102e 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.13-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.13-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -91,7 +91,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.14-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.14-official.yaml
index 1cc124bb3..7079e5671 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.14-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.14-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -91,7 +91,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.15-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.15-official.yaml
index a240a2e2a..285771e8b 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.15-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.15-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -91,7 +91,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.6-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.6-official.yaml
index 0288a226b..04793a7b5 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.6-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.6-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -91,7 +91,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.6-timescaledb.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.6-timescaledb.yaml
index dbb19d61a..25770fcb2 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.6-timescaledb.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.6-timescaledb.yaml
@@ -36,7 +36,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.9-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.9-official.yaml
index de03687c6..860031679 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.9-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-12.9-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -91,7 +91,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.10-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.10-official.yaml
index e14a0fd71..f20013be9 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.10-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.10-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -90,7 +90,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.11-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.11-official.yaml
index fbbda388f..d71fd4199 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.11-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.11-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -90,7 +90,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.2-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.2-official.yaml
index 9f6a8abda..e3060f105 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.2-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.2-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -90,7 +90,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.5-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.5-official.yaml
index 77aad377d..4e9597231 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.5-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.5-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -90,7 +90,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.6-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.6-official.yaml
index c5c8e53ba..f94d3cdea 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.6-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.6-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -90,7 +90,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.9-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.9-official.yaml
index 9bcac8a4f..4dd48e649 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.9-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-13.9-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -90,7 +90,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-14.1-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-14.1-official.yaml
index 5cada6c25..9665d0c46 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-14.1-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-14.1-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -90,7 +90,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-14.2-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-14.2-official.yaml
index 8b0ccb5f8..6118989a2 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-14.2-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-14.2-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -87,7 +87,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-14.6-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-14.6-official.yaml
index c1151ded3..e41d41494 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-14.6-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-14.6-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -87,7 +87,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-14.7-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-14.7-official.yaml
index 041fa8106..c65543571 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-14.7-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-14.7-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -87,7 +87,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-14.8-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-14.8-official.yaml
index 08f38d195..28e91dbf8 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-14.8-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-14.8-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -87,7 +87,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-15.1-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-15.1-official.yaml
index 1b8d566c8..b4333641b 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-15.1-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-15.1-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -90,7 +90,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-15.2-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-15.2-official.yaml
index 539f0e519..bfaa1ae28 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-15.2-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-15.2-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -90,7 +90,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-15.3-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-15.3-official.yaml
index b5118f756..b86a19816 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-15.3-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-15.3-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -90,7 +90,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-9.6.21-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-9.6.21-official.yaml
index 26b2721ad..f5b8ad994 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-9.6.21-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-9.6.21-official.yaml
@@ -21,7 +21,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -58,7 +58,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-9.6.24-official.yaml b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-9.6.24-official.yaml
index a40b4b36c..366e711f1 100644
--- a/charts/kubedb-catalog/templates/postgres/deprecated-postgres-9.6.24-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/deprecated-postgres-9.6.24-official.yaml
@@ -21,7 +21,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -58,7 +58,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/postgres-10.23-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-10.23-official.yaml
index c53bf37d8..153ecf423 100644
--- a/charts/kubedb-catalog/templates/postgres/postgres-10.23-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/postgres-10.23-official.yaml
@@ -21,7 +21,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -61,7 +61,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/postgres-11.22-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-11.22-official.yaml
index b88ac0fb7..e27bf10a5 100644
--- a/charts/kubedb-catalog/templates/postgres/postgres-11.22-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/postgres-11.22-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -93,7 +93,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/postgres-11.22-postgis.yaml b/charts/kubedb-catalog/templates/postgres/postgres-11.22-postgis.yaml
index a6dd4684a..fe8ecbff2 100644
--- a/charts/kubedb-catalog/templates/postgres/postgres-11.22-postgis.yaml
+++ b/charts/kubedb-catalog/templates/postgres/postgres-11.22-postgis.yaml
@@ -36,7 +36,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/postgres-12.17-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-12.17-official.yaml
index 898bf6913..71d4e07c0 100644
--- a/charts/kubedb-catalog/templates/postgres/postgres-12.17-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/postgres-12.17-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -93,7 +93,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/postgres-12.18-postgis.yaml b/charts/kubedb-catalog/templates/postgres/postgres-12.18-postgis.yaml
index cbcafd502..88c0800c7 100644
--- a/charts/kubedb-catalog/templates/postgres/postgres-12.18-postgis.yaml
+++ b/charts/kubedb-catalog/templates/postgres/postgres-12.18-postgis.yaml
@@ -36,7 +36,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/postgres-13.13-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-13.13-official.yaml
index cb77d3d28..2ab90f4a7 100644
--- a/charts/kubedb-catalog/templates/postgres/postgres-13.13-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/postgres-13.13-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -93,7 +93,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/postgres-13.14-postgis.yaml b/charts/kubedb-catalog/templates/postgres/postgres-13.14-postgis.yaml
index ed1fbeb40..e745f073d 100644
--- a/charts/kubedb-catalog/templates/postgres/postgres-13.14-postgis.yaml
+++ b/charts/kubedb-catalog/templates/postgres/postgres-13.14-postgis.yaml
@@ -36,7 +36,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/postgres-13.14-timescaledb.yaml b/charts/kubedb-catalog/templates/postgres/postgres-13.14-timescaledb.yaml
index d390f5f7c..91b6ff172 100644
--- a/charts/kubedb-catalog/templates/postgres/postgres-13.14-timescaledb.yaml
+++ b/charts/kubedb-catalog/templates/postgres/postgres-13.14-timescaledb.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/postgres-14.10-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-14.10-official.yaml
index 7c0e47aa2..c99a26c1a 100644
--- a/charts/kubedb-catalog/templates/postgres/postgres-14.10-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/postgres-14.10-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -93,7 +93,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/postgres-14.11-postgis.yaml b/charts/kubedb-catalog/templates/postgres/postgres-14.11-postgis.yaml
index 54cb3c3dd..2a3bbf7bf 100644
--- a/charts/kubedb-catalog/templates/postgres/postgres-14.11-postgis.yaml
+++ b/charts/kubedb-catalog/templates/postgres/postgres-14.11-postgis.yaml
@@ -36,7 +36,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/postgres-14.11-timescaledb.yaml b/charts/kubedb-catalog/templates/postgres/postgres-14.11-timescaledb.yaml
index 5506d7695..303021296 100644
--- a/charts/kubedb-catalog/templates/postgres/postgres-14.11-timescaledb.yaml
+++ b/charts/kubedb-catalog/templates/postgres/postgres-14.11-timescaledb.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/postgres-14.13-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-14.13-official.yaml
index 07f065db6..385e09ceb 100644
--- a/charts/kubedb-catalog/templates/postgres/postgres-14.13-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/postgres-14.13-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -93,7 +93,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/postgres-15.5-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-15.5-official.yaml
index 63c0faa12..117cbe24c 100644
--- a/charts/kubedb-catalog/templates/postgres/postgres-15.5-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/postgres-15.5-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -93,7 +93,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/postgres-15.6-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-15.6-official.yaml
index 0ef356fea..5b891bd91 100644
--- a/charts/kubedb-catalog/templates/postgres/postgres-15.6-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/postgres-15.6-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/postgres-15.6-postgis.yaml b/charts/kubedb-catalog/templates/postgres/postgres-15.6-postgis.yaml
index bd518004c..ad3016798 100644
--- a/charts/kubedb-catalog/templates/postgres/postgres-15.6-postgis.yaml
+++ b/charts/kubedb-catalog/templates/postgres/postgres-15.6-postgis.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/postgres-15.8-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-15.8-official.yaml
index a5bb7a8c6..22f639882 100644
--- a/charts/kubedb-catalog/templates/postgres/postgres-15.8-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/postgres-15.8-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -93,7 +93,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/postgres-16.1-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-16.1-official.yaml
index 1aa1efbfc..5b25c7d71 100644
--- a/charts/kubedb-catalog/templates/postgres/postgres-16.1-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/postgres-16.1-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -91,7 +91,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/postgres-16.2-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-16.2-official.yaml
index b307e401a..fc3d444a2 100644
--- a/charts/kubedb-catalog/templates/postgres/postgres-16.2-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/postgres-16.2-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/postgres-16.2-postgis.yaml b/charts/kubedb-catalog/templates/postgres/postgres-16.2-postgis.yaml
index 600b255ce..c70387941 100644
--- a/charts/kubedb-catalog/templates/postgres/postgres-16.2-postgis.yaml
+++ b/charts/kubedb-catalog/templates/postgres/postgres-16.2-postgis.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
diff --git a/charts/kubedb-catalog/templates/postgres/postgres-16.4-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-16.4-official.yaml
index 712577bab..ebff485d7 100644
--- a/charts/kubedb-catalog/templates/postgres/postgres-16.4-official.yaml
+++ b/charts/kubedb-catalog/templates/postgres/postgres-16.4-official.yaml
@@ -37,7 +37,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
@@ -91,7 +91,7 @@ spec:
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/postgres-exporter") $) }}:v0.15.0'
initContainer:
- image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.15.0'
+ image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/postgres-init") $) }}:0.16.0'
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext: