Skip to content

Commit

Permalink
chore(deps): update operator-main-bundle to 48405ce
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored and openshift-merge-bot[bot] committed Nov 26, 2024
1 parent e4bf50f commit e004214
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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:1b54bd39feff83a2e9bcf5a036d17d62ce805e2251a718266a1e252a4e6ede81 > /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:48405ceb706408f8bd2dcf05d081df8cad379c89f391a4e63505d81d1b46ed28 > /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:1b54bd39feff83a2e9bcf5a036d17d62ce805e2251a718266a1e252a4e6ede81
image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/bundle@sha256:48405ceb706408f8bd2dcf05d081df8cad379c89f391a4e63505d81d1b46ed28
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:1b54bd39feff83a2e9bcf5a036d17d62ce805e2251a718266a1e252a4e6ede81
- image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/bundle@sha256:48405ceb706408f8bd2dcf05d081df8cad379c89f391a4e63505d81d1b46ed28
name: ""
- image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:aed9c716eb3a8ffc16527cea7ba4b85531b1d539182aa9606faf5edf16f125c0
name: OPENSHIFT_PIPELINES_OPERATOR_CLUSTER_OPERATIONS
Expand Down

0 comments on commit e004214

Please sign in to comment.