Skip to content

Commit

Permalink
Add postgres-init-docker:0.16.0
Browse files Browse the repository at this point in the history
Signed-off-by: souravbiswassanto <[email protected]>
  • Loading branch information
souravbiswassanto committed Nov 8, 2024
1 parent f1fb732 commit 4e0908e
Show file tree
Hide file tree
Showing 110 changed files with 190 additions and 190 deletions.
2 changes: 1 addition & 1 deletion catalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
| ghcr.io/kubedb/postgres-archiver:v0.9.0_16.1-alpine<br>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<br>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<br>sha256:e58c2ad6cbc3b8d3f765fa60122f97eaf99202e9fc9c80dd7aefce5cae878840 | debian 12.7 | 0, 0 | 0, 0 | 0, 0 | 0, 0 | 0, 0 |
| ghcr.io/kubedb/postgres-init:0.15.0<br>sha256:33a36e2d34f06771160693e88aa5893c358aad3bddbdd0e4df2f746c3d7ae625 | alpine 3.20.3 | 0, 0 | 0, 4 | 0, 5 | 2, 1 | 0, 0 |
| ghcr.io/kubedb/postgres-init:0.16.0<br>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<br>sha256:286cf93cb0c6e0f8e9dee60fb8bfaccf42538655bbe30254f9c102ea6704431d | alpine 3.19.1 | 0, 0 | **1**, 0 | 21, 0 | 4, 0 | 0, 0 |
| ghcr.io/kubedb/provider-aws:v0.10.0<br>sha256:49b1c312e342c31bb35fdd862e9b78d1a0e99bcbbc75e11560b762ac67d4a4b4 | alpine 3.17.1 | 0, 4 | **16**, 20 | 46, 46 | 4, 1 | 0, 0 |
| ghcr.io/kubedb/provider-azure:v0.10.0<br>sha256:e7fa7713c58ec159abe403345f01b1a11a9facf36f12298663c0922db8717a01 | alpine 3.17.1 | 0, 8 | **16**, 44 | 46, 50 | 4, 3 | 0, 0 |
Expand Down
2 changes: 1 addition & 1 deletion catalog/copy-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion catalog/export-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion catalog/imagelist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion catalog/import-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Loading

0 comments on commit 4e0908e

Please sign in to comment.