From ae2d036f9d63e87a4ab43df02104cdca86a0e7aa Mon Sep 17 00:00:00 2001 From: Serverless QE Robot <86025630+serverless-qe@users.noreply.github.com> Date: Tue, 8 Oct 2024 08:55:06 +0200 Subject: [PATCH] Run `make generate-release` (#894) Co-authored-by: pierDipi --- openshift/ci-operator/build-image/Dockerfile | 1 + openshift/release/artifacts/eventing-post-install.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/openshift/ci-operator/build-image/Dockerfile b/openshift/ci-operator/build-image/Dockerfile index 9980b2dc1b2..deaa5319929 100755 --- a/openshift/ci-operator/build-image/Dockerfile +++ b/openshift/ci-operator/build-image/Dockerfile @@ -19,6 +19,7 @@ RUN wget https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 && RUN ./get-helm-3 --version v3.11.3 --no-sudo && helm version RUN GOFLAGS='' go install github.com/mikefarah/yq/v3@latest +RUN GOFLAGS='' go install -tags="exclude_graphdriver_btrfs containers_image_openpgp" github.com/containers/skopeo/cmd/skopeo@v1.16.1 # go install creates $GOPATH/.cache with root permissions, we delete it here # to avoid permission issues with the runtime users diff --git a/openshift/release/artifacts/eventing-post-install.yaml b/openshift/release/artifacts/eventing-post-install.yaml index c9afb276188..a8aaef9877a 100644 --- a/openshift/release/artifacts/eventing-post-install.yaml +++ b/openshift/release/artifacts/eventing-post-install.yaml @@ -205,6 +205,7 @@ spec: app.kubernetes.io/name: knative-eventing app.kubernetes.io/component: storage-version-migration-job app.kubernetes.io/version: v1.15 + sidecar.istio.io/inject: "false" annotations: sidecar.istio.io/inject: "false" spec: