Skip to content

Commit 5328c9a

Browse files
authored
Merge pull request #1587 from openshift/konflux/component-updates/osc-test-fbc-v1-11-component-update-osc-operator-bundle-v1-11
chore(deps): update osc-operator-bundle-v1-11 to 9e430a5
2 parents 0c7aa76 + 5c5a133 commit 5328c9a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

fbc/test-fbc/catalog-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ entries:
1313
name: stable
1414
package: sandboxed-containers-operator
1515
schema: olm.channel
16-
- image: registry.redhat.io/openshift-sandboxed-containers/osc-operator-bundle@sha256:83133d06c737feea53cc0fd28e05ad54636810a07c1eef546ead079a906fade1
16+
- image: registry.redhat.io/openshift-sandboxed-containers/osc-operator-bundle@sha256:9e430a529f3f5815c458a2a2a84b1450d3acc9eb4c952fb0aa6607db0504dd58
1717
schema: olm.bundle
1818
schema: olm.template.basic

fbc/test-fbc/changelog.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ function get_commit_for_image() {
4545
IMAGE_NAME=$(echo "$IMAGE_REF" | cut -d "@" -f 1)
4646
IMAGE_DIGEST=$(echo "$IMAGE_REF" | cut -d "@" -f 2)
4747

48+
# specific to the 1.11 branch: we need to add "-v1-11" to the image name
49+
IMAGE_NAME=$(echo ${IMAGE_NAME}-v1-11)
50+
4851
# As the quay.io API is paginated, we need to make a loop until we find
4952
# the image we're looking for.
5053
PAGE=1

0 commit comments

Comments
 (0)