Skip to content

Commit b8a31da

Browse files
Update postgres init image tag (#1958)
Signed-off-by: souravbiswassanto <saurov@appscode.com>
1 parent 16fd66b commit b8a31da

File tree

154 files changed

+268
-268
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+268
-268
lines changed

catalog/copy-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-ar
410410
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-archiver:v0.20.0_17.2-alpine $IMAGE_REGISTRY/kubedb/postgres-archiver:v0.20.0_17.2-alpine
411411
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-archiver:v0.20.0_17.2-bookworm $IMAGE_REGISTRY/kubedb/postgres-archiver:v0.20.0_17.2-bookworm
412412
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-csi-snapshotter-plugin:v0.20.0 $IMAGE_REGISTRY/kubedb/postgres-csi-snapshotter-plugin:v0.20.0
413-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-init:0.17.2 $IMAGE_REGISTRY/kubedb/postgres-init:0.17.2
413+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-init:0.18.0 $IMAGE_REGISTRY/kubedb/postgres-init:0.18.0
414414
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-restic-plugin:v0.22.0_16.1 $IMAGE_REGISTRY/kubedb/postgres-restic-plugin:v0.22.0_16.1
415415
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/provider-aws:v0.20.0 $IMAGE_REGISTRY/kubedb/provider-aws:v0.20.0
416416
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/provider-azure:v0.20.0 $IMAGE_REGISTRY/kubedb/provider-azure:v0.20.0

catalog/export-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-
407407
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-archiver:v0.20.0_17.2-alpine images/kubedb-postgres-archiver-v0.20.0_17.2-alpine.tar
408408
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-archiver:v0.20.0_17.2-bookworm images/kubedb-postgres-archiver-v0.20.0_17.2-bookworm.tar
409409
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-csi-snapshotter-plugin:v0.20.0 images/kubedb-postgres-csi-snapshotter-plugin-v0.20.0.tar
410-
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-init:0.17.2 images/kubedb-postgres-init-0.17.2.tar
410+
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-init:0.18.0 images/kubedb-postgres-init-0.18.0.tar
411411
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-restic-plugin:v0.22.0_16.1 images/kubedb-postgres-restic-plugin-v0.22.0_16.1.tar
412412
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/provider-aws:v0.20.0 images/kubedb-provider-aws-v0.20.0.tar
413413
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/provider-azure:v0.20.0 images/kubedb-provider-azure-v0.20.0.tar

catalog/imagelist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
- ghcr.io/kubedb/postgres-archiver:v0.20.0_17.2-alpine
374374
- ghcr.io/kubedb/postgres-archiver:v0.20.0_17.2-bookworm
375375
- ghcr.io/kubedb/postgres-csi-snapshotter-plugin:v0.20.0
376-
- ghcr.io/kubedb/postgres-init:0.17.2
376+
- ghcr.io/kubedb/postgres-init:0.18.0
377377
- ghcr.io/kubedb/postgres-restic-plugin:v0.22.0_16.1
378378
- ghcr.io/kubedb/provider-aws:v0.20.0
379379
- ghcr.io/kubedb/provider-azure:v0.20.0

catalog/import-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ $CMD push --allow-nondistributable-artifacts --insecure images/kubedb-postgres-a
401401
$CMD push --allow-nondistributable-artifacts --insecure images/kubedb-postgres-archiver-v0.20.0_17.2-alpine.tar $IMAGE_REGISTRY/kubedb/postgres-archiver:v0.20.0_17.2-alpine
402402
$CMD push --allow-nondistributable-artifacts --insecure images/kubedb-postgres-archiver-v0.20.0_17.2-bookworm.tar $IMAGE_REGISTRY/kubedb/postgres-archiver:v0.20.0_17.2-bookworm
403403
$CMD push --allow-nondistributable-artifacts --insecure images/kubedb-postgres-csi-snapshotter-plugin-v0.20.0.tar $IMAGE_REGISTRY/kubedb/postgres-csi-snapshotter-plugin:v0.20.0
404-
$CMD push --allow-nondistributable-artifacts --insecure images/kubedb-postgres-init-0.17.2.tar $IMAGE_REGISTRY/kubedb/postgres-init:0.17.2
404+
$CMD push --allow-nondistributable-artifacts --insecure images/kubedb-postgres-init-0.18.0.tar $IMAGE_REGISTRY/kubedb/postgres-init:0.18.0
405405
$CMD push --allow-nondistributable-artifacts --insecure images/kubedb-postgres-restic-plugin-v0.22.0_16.1.tar $IMAGE_REGISTRY/kubedb/postgres-restic-plugin:v0.22.0_16.1
406406
$CMD push --allow-nondistributable-artifacts --insecure images/kubedb-provider-aws-v0.20.0.tar $IMAGE_REGISTRY/kubedb/provider-aws:v0.20.0
407407
$CMD push --allow-nondistributable-artifacts --insecure images/kubedb-provider-azure-v0.20.0.tar $IMAGE_REGISTRY/kubedb/provider-azure:v0.20.0

catalog/import-into-k3s.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ k3s ctr images import images/kubedb-postgres-archiver-v0.20.0_16.1-bookworm.tar
399399
k3s ctr images import images/kubedb-postgres-archiver-v0.20.0_17.2-alpine.tar
400400
k3s ctr images import images/kubedb-postgres-archiver-v0.20.0_17.2-bookworm.tar
401401
k3s ctr images import images/kubedb-postgres-csi-snapshotter-plugin-v0.20.0.tar
402-
k3s ctr images import images/kubedb-postgres-init-0.17.2.tar
402+
k3s ctr images import images/kubedb-postgres-init-0.18.0.tar
403403
k3s ctr images import images/kubedb-postgres-restic-plugin-v0.22.0_16.1.tar
404404
k3s ctr images import images/kubedb-provider-aws-v0.20.0.tar
405405
k3s ctr images import images/kubedb-provider-azure-v0.20.0.tar

catalog/kubedb/raw/postgres/deprecated-postgres-10.16-official.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
exporter:
1414
image: prometheuscommunity/postgres-exporter:v0.15.0
1515
initContainer:
16-
image: ghcr.io/kubedb/postgres-init:0.17.2
16+
image: ghcr.io/kubedb/postgres-init:0.18.0
1717
podSecurityPolicies:
1818
databasePolicyName: postgres-db
1919
securityContext:
@@ -46,7 +46,7 @@ spec:
4646
exporter:
4747
image: prometheuscommunity/postgres-exporter:v0.15.0
4848
initContainer:
49-
image: ghcr.io/kubedb/postgres-init:0.17.2
49+
image: ghcr.io/kubedb/postgres-init:0.18.0
5050
podSecurityPolicies:
5151
databasePolicyName: postgres-db
5252
securityContext:

catalog/kubedb/raw/postgres/deprecated-postgres-10.19-official.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
exporter:
1414
image: prometheuscommunity/postgres-exporter:v0.15.0
1515
initContainer:
16-
image: ghcr.io/kubedb/postgres-init:0.17.2
16+
image: ghcr.io/kubedb/postgres-init:0.18.0
1717
podSecurityPolicies:
1818
databasePolicyName: postgres-db
1919
securityContext:
@@ -46,7 +46,7 @@ spec:
4646
exporter:
4747
image: prometheuscommunity/postgres-exporter:v0.15.0
4848
initContainer:
49-
image: ghcr.io/kubedb/postgres-init:0.17.2
49+
image: ghcr.io/kubedb/postgres-init:0.18.0
5050
podSecurityPolicies:
5151
databasePolicyName: postgres-db
5252
securityContext:

catalog/kubedb/raw/postgres/deprecated-postgres-10.20-official.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
exporter:
1414
image: prometheuscommunity/postgres-exporter:v0.15.0
1515
initContainer:
16-
image: ghcr.io/kubedb/postgres-init:0.17.2
16+
image: ghcr.io/kubedb/postgres-init:0.18.0
1717
podSecurityPolicies:
1818
databasePolicyName: postgres-db
1919
securityContext:
@@ -46,7 +46,7 @@ spec:
4646
exporter:
4747
image: prometheuscommunity/postgres-exporter:v0.15.0
4848
initContainer:
49-
image: ghcr.io/kubedb/postgres-init:0.17.2
49+
image: ghcr.io/kubedb/postgres-init:0.18.0
5050
podSecurityPolicies:
5151
databasePolicyName: postgres-db
5252
securityContext:

catalog/kubedb/raw/postgres/deprecated-postgres-11.11-official.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
exporter:
3030
image: prometheuscommunity/postgres-exporter:v0.15.0
3131
initContainer:
32-
image: ghcr.io/kubedb/postgres-init:0.17.2
32+
image: ghcr.io/kubedb/postgres-init:0.18.0
3333
podSecurityPolicies:
3434
databasePolicyName: postgres-db
3535
securityContext:
@@ -78,7 +78,7 @@ spec:
7878
exporter:
7979
image: prometheuscommunity/postgres-exporter:v0.15.0
8080
initContainer:
81-
image: ghcr.io/kubedb/postgres-init:0.17.2
81+
image: ghcr.io/kubedb/postgres-init:0.18.0
8282
podSecurityPolicies:
8383
databasePolicyName: postgres-db
8484
securityContext:

catalog/kubedb/raw/postgres/deprecated-postgres-11.11-timescaledb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
exporter:
2929
image: prometheuscommunity/postgres-exporter:v0.15.0
3030
initContainer:
31-
image: ghcr.io/kubedb/postgres-init:0.17.2
31+
image: ghcr.io/kubedb/postgres-init:0.18.0
3232
podSecurityPolicies:
3333
databasePolicyName: postgres-db
3434
securityContext:

0 commit comments

Comments
 (0)