Skip to content

Commit 50de2b4

Browse files
Merge pull request bpfman#201 from openshift/konflux/component-updates/ocp-bpfman-operator
chore(deps): update ocp-bpfman-operator to 248710c
2 parents 167356f + 7dc916d commit 50de2b4

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:a84d2f507698f0a0e3703011fa7ce2ff6c3d51293a4cbeb24aedb1e8fcff3c90"
6+
export BPFMAN_OPERATOR_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-rhel9-operator@sha256:248710cda97374df6df6fec2f30572b4e3ef20336ae126ebad010dcf07219943"
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:a317dc15fb8dd17928bd7b6ebf44f4876e4637db72c303f530c3d26fa61027f2" 
7-
export BPFMAN_OPERATOR_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-rhel9-operator@sha256:a84d2f507698f0a0e3703011fa7ce2ff6c3d51293a4cbeb24aedb1e8fcff3c90"
7+
export BPFMAN_OPERATOR_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-rhel9-operator@sha256:248710cda97374df6df6fec2f30572b4e3ef20336ae126ebad010dcf07219943"
88

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

0 commit comments

Comments
 (0)