Skip to content

Commit

Permalink
Run make generate-release (#894)
Browse files Browse the repository at this point in the history
Co-authored-by: pierDipi <[email protected]>
  • Loading branch information
serverless-qe and pierDipi authored Oct 8, 2024
1 parent 8542448 commit ae2d036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions openshift/ci-operator/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]

# go install creates $GOPATH/.cache with root permissions, we delete it here
# to avoid permission issues with the runtime users
Expand Down
1 change: 1 addition & 0 deletions openshift/release/artifacts/eventing-post-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ae2d036

Please sign in to comment.