Skip to content

Commit

Permalink
Merge pull request bpfman#24 from msherif1234/fix_nudding
Browse files Browse the repository at this point in the history
use valid sha images for components nudding after components renaming
  • Loading branch information
msherif1234 authored Oct 11, 2024
2 parents c6554c0 + 49b8d29 commit 4dc4231
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hack/update_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions hack/update_catalog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions hack/update_configmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4dc4231

Please sign in to comment.