From e391bf48e76aad32b798c3d2183f6ad6b6113451 Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Mon, 9 May 2022 16:04:42 -0700 Subject: [PATCH] Bump sonobuoy version and fix deprecated arg Signed-off-by: Brad Davidson --- Dockerfile.test.dapper | 2 +- conformance/Dockerfile | 2 +- scripts/test-helpers | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.test.dapper b/Dockerfile.test.dapper index 7e8e8a6075..a2f1d60c93 100644 --- a/Dockerfile.test.dapper +++ b/Dockerfile.test.dapper @@ -3,7 +3,7 @@ FROM ${GOLANG} RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python3 openssl py3-pip procps -ENV SONOBUOY_VERSION 0.56.4 +ENV SONOBUOY_VERSION 0.56.5 RUN OS=linux; \ ARCH=$(go env GOARCH); \ diff --git a/conformance/Dockerfile b/conformance/Dockerfile index 566fdfe357..77244a5c03 100644 --- a/conformance/Dockerfile +++ b/conformance/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.15 -ENV SONOBUOY_VERSION 0.56.4 +ENV SONOBUOY_VERSION 0.56.5 RUN apk add curl tar gzip RUN curl -sfL https://github.com/vmware-tanzu/sonobuoy/releases/download/v${SONOBUOY_VERSION}/sonobuoy_${SONOBUOY_VERSION}_linux_amd64.tar.gz | tar xvzf - -C /usr/bin COPY run-test.sh /usr/bin diff --git a/scripts/test-helpers b/scripts/test-helpers index b10cecdee1..aa1ef9b810 100755 --- a/scripts/test-helpers +++ b/scripts/test-helpers @@ -242,7 +242,7 @@ sonobuoy-test() { sonobuoy run \ --config=scripts/sonobuoy-config.json \ --plugin-env=e2e.E2E_USE_GO_RUNNER=true \ - --kube-conformance-image-version=${VERSION_K8S} \ + --kubernetes-version=${VERSION_K8S} \ --wait=90 \ $@ &