Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update operator-main-bundle to 1b54bd3 #686

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .konflux/olm-catalog/index/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY --from=opm /bin/opm /bin/opm
COPY .konflux/olm-catalog/index/configs /configs

# RUN /bin/opm init openshift-pipelines-operator --default-channel=latest --output yaml >> /configs/index.yaml
RUN /bin/opm render --skip-tls-verify -o yaml quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/bundle@sha256:b09db43d7119e6903035efb6cf3940b8ee9c62ef40598edff1c390e844aa9e00 > /configs/nightly-bundle.yaml
RUN /bin/opm render --skip-tls-verify -o yaml quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/bundle@sha256:1b54bd39feff83a2e9bcf5a036d17d62ce805e2251a718266a1e252a4e6ede81 > /configs/nightly-bundle.yaml
RUN export BUNDLE_VERSION=$(cat /configs/nightly-bundle.yaml | grep 'name: openshift-pipelines-operator-rh' | awk '{print $2}') && \
echo $BUNDLE_VERSION && \
sed -i "s%name: \"openshift-pipelines-operator-rh.*\"%name: \"${BUNDLE_VERSION}\"%g" /configs/index.yaml && \
Expand Down
4 changes: 2 additions & 2 deletions nightly-bundle.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/bundle@sha256:b09db43d7119e6903035efb6cf3940b8ee9c62ef40598edff1c390e844aa9e00
image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/bundle@sha256:1b54bd39feff83a2e9bcf5a036d17d62ce805e2251a718266a1e252a4e6ede81
name: openshift-pipelines-operator-rh.v5.0.5-479
package: openshift-pipelines-operator-rh
properties:
Expand Down Expand Up @@ -159,7 +159,7 @@ relatedImages:
name: IMAGE_MAG_TEKTON_TASKGROUP_CONTROLLER
- image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/manual-approval-gate-main/webhook@sha256:c1c1e4b728bbbd23b878f7eb1a6c7811893980e108ef84a60feb9ce22392d26b
name: IMAGE_MAG_MANUAL_APPROVAL
- image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/bundle@sha256:b09db43d7119e6903035efb6cf3940b8ee9c62ef40598edff1c390e844aa9e00
- image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/bundle@sha256:1b54bd39feff83a2e9bcf5a036d17d62ce805e2251a718266a1e252a4e6ede81
name: ""
- image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:aed9c716eb3a8ffc16527cea7ba4b85531b1d539182aa9606faf5edf16f125c0
name: OPENSHIFT_PIPELINES_OPERATOR_CLUSTER_OPERATIONS
Expand Down