Skip to content

Commit 1670a83

Browse files
Merge pull request bpfman#471 from openshift/konflux/component-updates/component-update-ocp-bpfman-operator
chore(deps): update ocp-bpfman-operator to 4f2a1ad
2 parents 121b08f + afdecd0 commit 1670a83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/update_bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -eu
33

44
#!/usr/bin/env bash
55

6-
export BPFMAN_OPERATOR_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-rhel9-operator@sha256:1a7ecdc50358ee66b90cae791b90c887d9b2351bf291c99bff609a3747ba0b26"
6+
export BPFMAN_OPERATOR_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-rhel9-operator@sha256:4f2a1ad26d7e5c5b0902586b159774390175aff6eac0008520afcd81cc85101b"
77

88
export CSV_FILE=/manifests/bpfman-operator.clusterserviceversion.yaml
99

hack/update_catalog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44
#!/usr/bin/env bash
55

66
export BPFMAN_OPERATOR_BUNDLE_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-operator-bundle@sha256:1262fa99af77d7c7ab8f0b2507fbc01a5a26a02047960b68c0c5a33338be7499"
7-
export BPFMAN_OPERATOR_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-rhel9-operator@sha256:1a7ecdc50358ee66b90cae791b90c887d9b2351bf291c99bff609a3747ba0b26"
7+
export BPFMAN_OPERATOR_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-rhel9-operator@sha256:4f2a1ad26d7e5c5b0902586b159774390175aff6eac0008520afcd81cc85101b"
88

99
export INDEX_FILE=/configs/bpfman-operator/index.yaml
1010

0 commit comments

Comments
 (0)