Skip to content

Commit

Permalink
Merge pull request #171 from parodos-dev/konflux/component-updates/op…
Browse files Browse the repository at this point in the history
…erator-controller

chore(deps): update operator-controller to 1a8e9c6
  • Loading branch information
jordigilh authored Aug 28, 2024
2 parents eaeb55a + f49c6e2 commit af6be52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundle.konflux.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.access.redhat.com/ubi9:latest as builder
ARG IMG=quay.io/redhat-user-workloads/orchestrator-releng-tenant/helm-operator/operator-controller@sha256:e8c1739e3cb80fe6be34603976d1102c9bf9b37e0e78b2cb11f4f91594284275
ARG IMG=quay.io/redhat-user-workloads/orchestrator-releng-tenant/helm-operator/operator-controller@sha256:1a8e9c632770447bba6267e1e7d986b990cec16bb18c9c894518d6113b361889
WORKDIR /operator
COPY . .
RUN dnf install make -y && make bundle IMG=${IMG}
Expand All @@ -8,7 +8,7 @@ FROM scratch

USER 1001
# Expose controller's container image with digest so that we can retrieve it with skopeo when creating the FBC catalog
LABEL controller="quay.io/redhat-user-workloads/orchestrator-releng-tenant/helm-operator/operator-controller@sha256:e8c1739e3cb80fe6be34603976d1102c9bf9b37e0e78b2cb11f4f91594284275"
LABEL controller="quay.io/redhat-user-workloads/orchestrator-releng-tenant/helm-operator/operator-controller@sha256:1a8e9c632770447bba6267e1e7d986b990cec16bb18c9c894518d6113b361889"

# Required labels
LABEL com.redhat.component="RHDH Orchestrator Helm Operator"
Expand Down

0 comments on commit af6be52

Please sign in to comment.