From bae88074ea72feee7fa613c7edc039e07ad79068 Mon Sep 17 00:00:00 2001 From: "Adam D. Cornett" Date: Tue, 16 May 2023 14:47:49 -0700 Subject: [PATCH] updating operator-sdk to 1.28.0 Signed-off-by: Adam D. Cornett --- prow/jobs/images/Dockerfile.olm-bundle-pr | 4 ++-- prow/jobs/images/Dockerfile.olm-test | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/prow/jobs/images/Dockerfile.olm-bundle-pr b/prow/jobs/images/Dockerfile.olm-bundle-pr index 0269450c..b2c1f539 100644 --- a/prow/jobs/images/Dockerfile.olm-bundle-pr +++ b/prow/jobs/images/Dockerfile.olm-bundle-pr @@ -49,9 +49,9 @@ RUN echo "Installing Helm v3.7.0... " \ && tar xzf "${HELM_TARBALL}" --strip-components 1 -C /usr/bin \ && rm "${HELM_TARBALL}" -RUN echo "Installing operator-sdk v1.19.1 ... " \ +RUN echo "Installing operator-sdk v1.28.0 ... " \ && export OPERATOR_SDK_BIN="operator-sdk" \ - && curl -sq -L "https://github.com/operator-framework/operator-sdk/releases/download/v1.19.1/operator-sdk_linux_amd64" --output "${OPERATOR_SDK_BIN}" \ + && curl -sq -L "https://github.com/operator-framework/operator-sdk/releases/download/v1.28.0/operator-sdk_linux_amd64" --output "${OPERATOR_SDK_BIN}" \ && chmod +x "${OPERATOR_SDK_BIN}" \ && mv "${OPERATOR_SDK_BIN}" "${OPERATOR_SDK_BIN_PATH}"/"${OPERATOR_SDK_BIN}" diff --git a/prow/jobs/images/Dockerfile.olm-test b/prow/jobs/images/Dockerfile.olm-test index 126bb171..f9d6ad2a 100644 --- a/prow/jobs/images/Dockerfile.olm-test +++ b/prow/jobs/images/Dockerfile.olm-test @@ -42,9 +42,9 @@ RUN echo "Installing Helm v3.7.0... " \ && tar xzf "${HELM_TARBALL}" --strip-components 1 -C /usr/bin \ && rm "${HELM_TARBALL}" -RUN echo "Installing operator-sdk v1.19.1 ..." \ +RUN echo "Installing operator-sdk v1.28.0 ..." \ && export OPERATOR_SDK_BIN="operator-sdk" \ - && curl -sq -L "https://github.com/operator-framework/operator-sdk/releases/download/v1.19.1/operator-sdk_linux_amd64" --output "${OPERATOR_SDK_BIN}" \ + && curl -sq -L "https://github.com/operator-framework/operator-sdk/releases/download/v1.28.0/operator-sdk_linux_amd64" --output "${OPERATOR_SDK_BIN}" \ && chmod +x "${OPERATOR_SDK_BIN}" \ && mv "${OPERATOR_SDK_BIN}" "${OPERATOR_SDK_BIN_PATH}"/"${OPERATOR_SDK_BIN}"