From 49b8d291248131f89b7d0d5a224e216a249d8874 Mon Sep 17 00:00:00 2001 From: Mohamed Mahmoud Date: Fri, 11 Oct 2024 09:51:50 -0400 Subject: [PATCH] use valid sha images for components nudding after components renaming Signed-off-by: Mohamed Mahmoud --- hack/update_bundle.sh | 2 +- hack/update_catalog.sh | 4 ++-- hack/update_configmap.sh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hack/update_bundle.sh b/hack/update_bundle.sh index 5ba13cd27..68f2c6013 100755 --- a/hack/update_bundle.sh +++ b/hack/update_bundle.sh @@ -3,7 +3,7 @@ set -eu #!/usr/bin/env bash -export BPFMAN_OPERATOR_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-rhel9-operator@sha256:81354d552775fd57404416a195bcb8ed2e9757e79d0b128fdd28a6b1ce4d502a" +export BPFMAN_OPERATOR_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-rhel9-operator@sha256:4b84015d666164ed50cf71eaf17d5af1ff024926301d09eed113b22e6e57df16" export CSV_FILE=/manifests/bpfman-operator.clusterserviceversion.yaml diff --git a/hack/update_catalog.sh b/hack/update_catalog.sh index b1db58124..76edbeb79 100755 --- a/hack/update_catalog.sh +++ b/hack/update_catalog.sh @@ -3,8 +3,8 @@ set -eu #!/usr/bin/env bash -export BPFMAN_OPERATOR_BUNDLE_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-operator-bundle@sha256:d75b89066a200c450da402445d8dbbf998e25a4e785507a67052baaeb3aa64cb" -export BPFMAN_OPERATOR_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-rhel9-operator@sha256:81354d552775fd57404416a195bcb8ed2e9757e79d0b128fdd28a6b1ce4d502a" +export BPFMAN_OPERATOR_BUNDLE_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-operator-bundle@sha256:23b39d506dbad7ce60de69154f32addae942dc0e5b05cb0abf9d0443acd21a83" +export BPFMAN_OPERATOR_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-rhel9-operator@sha256:4b84015d666164ed50cf71eaf17d5af1ff024926301d09eed113b22e6e57df16" export INDEX_FILE=/configs/bpfman-operator/index.yaml diff --git a/hack/update_configmap.sh b/hack/update_configmap.sh index 6da4f49d6..87b2b9b92 100755 --- a/hack/update_configmap.sh +++ b/hack/update_configmap.sh @@ -3,9 +3,9 @@ set -eu #!/usr/bin/env bash -export BPFMAN_AGENT_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-agent@sha256:bc8ae4e907bafeefe6cf53058d6a9c4e2a30ecc11d79e04104f6df62104ad516" +export BPFMAN_AGENT_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-agent@sha256:14353c4cfe3eccdcafe13465a1240b0c4e4d7602238a5cdfc83cda1eee2c247b " -export BPFMAN_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman@sha256:a22c8e4896de420d398e25606196439d9870ec443b3e3ff50f82606488750b1d" +export BPFMAN_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman@sha256:9b6983b8baf9278c053200b07be2db1b91bb3956f8da01ca0ac3156965b8af3e" export CONFIG_MAP=/manifests/bpfman-config_v1_configmap.yaml