File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ GEN_API_DOCS_VERSION ?= v0.6.0
207
207
ENVTEST_VERSION ?= latest
208
208
OPERATOR_SDK_VERSION ?= 1.32.0
209
209
CERTMANAGER_VERSION ?= 1.9.1
210
- CHAINSAW_VERSION ?= v0.1.7
210
+ CHAINSAW_VERSION ?= v0.2.0
211
211
212
212
# # Tool Binaries
213
213
KUSTOMIZE ?= $(LOCALBIN ) /kustomize-$(KUSTOMIZE_VERSION )
@@ -259,7 +259,7 @@ bundle:
259
259
260
260
.PHONY : bundle-build
261
261
bundle-build : # # Build the bundle image.
262
- docker build -f $(BUNDLE_DIR ) /bundle.Dockerfile -t $(BUNDLE_IMG ) $(BUNDLE_DIR )
262
+ docker buildx build --load --platform linux/ ${ARCH} -f $(BUNDLE_DIR ) /bundle.Dockerfile -t $(BUNDLE_IMG ) $(BUNDLE_DIR )
263
263
264
264
.PHONY : bundle-push
265
265
bundle-push : # # Push the bundle image.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN curl -LO https://github.com/kudobuilder/kuttl/releases/download/v0.15.0/kube
16
16
&& mv kubectl-kuttl_0.15.0_linux_x86_64 /usr/local/bin/kuttl
17
17
18
18
# Install chainsaw
19
- RUN go install github.com/kyverno/chainsaw@v0.1.7
19
+ RUN go install github.com/kyverno/chainsaw@v0.2.0
20
20
21
21
# Install kubectl and oc
22
22
RUN curl -L -o oc.tar.gz https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/latest/openshift-client-linux.tar.gz \
You can’t perform that action at this time.
0 commit comments