From 7529856e6a4fb2bb75f2810dc741b39e4d1159dd Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Fri, 8 Nov 2024 03:10:52 -0800 Subject: [PATCH] Use ghcr.io/kubedb/redis_exporter:1.66.0 Signed-off-by: Tamal Saha --- catalog/README.md | 2 +- catalog/ace.yaml | 2 +- catalog/copy-images.sh | 2 +- catalog/export-images.sh | 2 +- catalog/import-images.sh | 2 +- catalog/import-into-k3s.sh | 2 +- catalog/sync-gcp-mp-images.sh | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/catalog/README.md b/catalog/README.md index a7ffefd94..24e8f5a43 100644 --- a/catalog/README.md +++ b/catalog/README.md @@ -298,7 +298,7 @@ | ghcr.io/kubedb/redis-coordinator:v0.27.0
sha256:a4627e3efe413d35225925d6a4008369939c2d70d8efde1c21d14b7f8f906733 | alpine 3.20.3 | 0, 0 | 0, 0 | 0, 0 | 2, 0 | 0, 0 | | ghcr.io/kubedb/redis-init:0.9.0
sha256:1741b639d81c487283152d3f62d38ecb946f1954ab14415d4e2e93c75eb02385 | alpine 3.20.1 | 0, 0 | 0, 1 | 4, 2 | 2, 0 | 0, 0 | | ghcr.io/kubedb/redis-restic-plugin:v0.11.0
sha256:a875c3a508e8838be744eaff98d2f48618bc98dac6361fae6204d7d06b246528 | debian 11.5 | **5**, 7 | **42**, 72 | 30, 47 | 8, 4 | 2, 0 | -| ghcr.io/kubedb/redis_exporter:1.58.0
sha256:f8b9ce3393afb619696f43e000c93369258109b0ea82a37ba4d29d000c277f2f | alpine 3.19.1 | 0, 1 | 0, 3 | 20, 10 | 4, 0 | 0, 0 | +| ghcr.io/kubedb/redis_exporter:1.66.0
sha256:f8b9ce3393afb619696f43e000c93369258109b0ea82a37ba4d29d000c277f2f | alpine 3.19.1 | 0, 1 | 0, 3 | 20, 10 | 4, 0 | 0, 0 | | ghcr.io/kubestash/kubedump:v0.12.0
sha256:5637437feeaf16fda23be2d5b55eda5596bca810617b3c4c0441b6ed017e0231 | | 0, 0 | 0, 0 | 0, 0 | 0, 0 | 0, 0 | | ghcr.io/kubestash/kubestash:v0.13.0
sha256:47f97d12bb0aceb9451b4626ea9258456dcbb303c4e6d769181d7f5e60d4478d | alpine 3.20.3 | 0, 0 | 0, 0 | 0, 0 | 2, 0 | 0, 0 | | ghcr.io/kubevault/vault-operator:v0.19.0
sha256:5a8582c8f193085ba4889e5fa4cdddd94a7db2b3483a19b53b22f0965330bf2f | debian 12.7 | 0, 0 | 0, 0 | 0, 0 | 0, 0 | 0, 0 | diff --git a/catalog/ace.yaml b/catalog/ace.yaml index 4de12af65..97a4e0c0f 100644 --- a/catalog/ace.yaml +++ b/catalog/ace.yaml @@ -89,7 +89,7 @@ - ghcr.io/kubedb/redis-coordinator:v0.27.0 - ghcr.io/kubedb/redis-init:0.9.0 - ghcr.io/kubedb/redis-restic-plugin:v0.11.0 -- ghcr.io/kubedb/redis_exporter:1.58.0 +- ghcr.io/kubedb/redis_exporter:1.66.0 - ghcr.io/kubestash/kubedump:v0.12.0 - ghcr.io/kubestash/kubestash:v0.13.0 - ghcr.io/kubevault/vault-operator:v0.19.0 diff --git a/catalog/copy-images.sh b/catalog/copy-images.sh index 401206356..84afc7ec3 100755 --- a/catalog/copy-images.sh +++ b/catalog/copy-images.sh @@ -344,7 +344,7 @@ $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres-re $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/redis-coordinator:v0.27.0 $IMAGE_REGISTRY/kubedb/redis-coordinator:v0.27.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/redis-init:0.9.0 $IMAGE_REGISTRY/kubedb/redis-init:0.9.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/redis-restic-plugin:v0.11.0 $IMAGE_REGISTRY/kubedb/redis-restic-plugin:v0.11.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/redis_exporter:1.58.0 $IMAGE_REGISTRY/kubedb/redis_exporter:1.58.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/redis_exporter:1.66.0 $IMAGE_REGISTRY/kubedb/redis_exporter:1.66.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubestash/kubedump:v0.12.0 $IMAGE_REGISTRY/kubestash/kubedump:v0.12.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubestash/kubestash:v0.13.0 $IMAGE_REGISTRY/kubestash/kubestash:v0.13.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubevault/vault-operator:v0.19.0 $IMAGE_REGISTRY/kubevault/vault-operator:v0.19.0 diff --git a/catalog/export-images.sh b/catalog/export-images.sh index b188d9cad..48a1c0751 100755 --- a/catalog/export-images.sh +++ b/catalog/export-images.sh @@ -341,7 +341,7 @@ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/postgres- $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/redis-coordinator:v0.27.0 images/kubedb-redis-coordinator-v0.27.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/redis-init:0.9.0 images/kubedb-redis-init-0.9.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/redis-restic-plugin:v0.11.0 images/kubedb-redis-restic-plugin-v0.11.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/redis_exporter:1.58.0 images/kubedb-redis_exporter-1.58.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/redis_exporter:1.66.0 images/kubedb-redis_exporter-1.66.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubestash/kubedump:v0.12.0 images/kubestash-kubedump-v0.12.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubestash/kubestash:v0.13.0 images/kubestash-kubestash-v0.13.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubevault/vault-operator:v0.19.0 images/kubevault-vault-operator-v0.19.0.tar diff --git a/catalog/import-images.sh b/catalog/import-images.sh index 3ddef5d65..80aa2105b 100755 --- a/catalog/import-images.sh +++ b/catalog/import-images.sh @@ -335,7 +335,7 @@ $CMD push --allow-nondistributable-artifacts --insecure images/kubedb-postgres-r $CMD push --allow-nondistributable-artifacts --insecure images/kubedb-redis-coordinator-v0.27.0.tar $IMAGE_REGISTRY/kubedb/redis-coordinator:v0.27.0 $CMD push --allow-nondistributable-artifacts --insecure images/kubedb-redis-init-0.9.0.tar $IMAGE_REGISTRY/kubedb/redis-init:0.9.0 $CMD push --allow-nondistributable-artifacts --insecure images/kubedb-redis-restic-plugin-v0.11.0.tar $IMAGE_REGISTRY/kubedb/redis-restic-plugin:v0.11.0 -$CMD push --allow-nondistributable-artifacts --insecure images/kubedb-redis_exporter-1.58.0.tar $IMAGE_REGISTRY/kubedb/redis_exporter:1.58.0 +$CMD push --allow-nondistributable-artifacts --insecure images/kubedb-redis_exporter-1.66.0.tar $IMAGE_REGISTRY/kubedb/redis_exporter:1.66.0 $CMD push --allow-nondistributable-artifacts --insecure images/kubestash-kubedump-v0.12.0.tar $IMAGE_REGISTRY/kubestash/kubedump:v0.12.0 $CMD push --allow-nondistributable-artifacts --insecure images/kubestash-kubestash-v0.13.0.tar $IMAGE_REGISTRY/kubestash/kubestash:v0.13.0 $CMD push --allow-nondistributable-artifacts --insecure images/kubevault-vault-operator-v0.19.0.tar $IMAGE_REGISTRY/kubevault/vault-operator:v0.19.0 diff --git a/catalog/import-into-k3s.sh b/catalog/import-into-k3s.sh index 29b20e0ec..068f99ab6 100755 --- a/catalog/import-into-k3s.sh +++ b/catalog/import-into-k3s.sh @@ -333,7 +333,7 @@ k3s ctr images import images/kubedb-postgres-restic-plugin-v0.11.0_16.1.tar k3s ctr images import images/kubedb-redis-coordinator-v0.27.0.tar k3s ctr images import images/kubedb-redis-init-0.9.0.tar k3s ctr images import images/kubedb-redis-restic-plugin-v0.11.0.tar -k3s ctr images import images/kubedb-redis_exporter-1.58.0.tar +k3s ctr images import images/kubedb-redis_exporter-1.66.0.tar k3s ctr images import images/kubestash-kubedump-v0.12.0.tar k3s ctr images import images/kubestash-kubestash-v0.13.0.tar k3s ctr images import images/kubevault-vault-operator-v0.19.0.tar diff --git a/catalog/sync-gcp-mp-images.sh b/catalog/sync-gcp-mp-images.sh index 6db79a309..3faa83778 100755 --- a/catalog/sync-gcp-mp-images.sh +++ b/catalog/sync-gcp-mp-images.sh @@ -114,7 +114,7 @@ crane cp --allow-nondistributable-artifacts ghcr.io/kubedb/postgres-restic-plugi crane cp --allow-nondistributable-artifacts ghcr.io/kubedb/redis-coordinator:v0.27.0 $IMAGE_REGISTRY/redis-coordinator:$TAG crane cp --allow-nondistributable-artifacts ghcr.io/kubedb/redis-init:0.9.0 $IMAGE_REGISTRY/redis-init:$TAG crane cp --allow-nondistributable-artifacts ghcr.io/kubedb/redis-restic-plugin:v0.11.0 $IMAGE_REGISTRY/redis-restic-plugin:$TAG -crane cp --allow-nondistributable-artifacts ghcr.io/kubedb/redis_exporter:1.58.0 $IMAGE_REGISTRY/redis_exporter:$TAG +crane cp --allow-nondistributable-artifacts ghcr.io/kubedb/redis_exporter:1.66.0 $IMAGE_REGISTRY/redis_exporter:$TAG crane cp --allow-nondistributable-artifacts ghcr.io/kubestash/kubedump:v0.12.0 $IMAGE_REGISTRY/kubedump:$TAG crane cp --allow-nondistributable-artifacts ghcr.io/kubestash/kubestash:v0.13.0 $IMAGE_REGISTRY/kubestash:$TAG crane cp --allow-nondistributable-artifacts ghcr.io/kubevault/vault-operator:v0.19.0 $IMAGE_REGISTRY/vault-operator:$TAG