From ebe4c648a67f28526b29e1e4f5d4355486c4d266 Mon Sep 17 00:00:00 2001 From: Darien Lin Date: Fri, 13 Dec 2024 17:56:16 +0000 Subject: [PATCH] chore: cleaning up final references to slim from skaffold --- hack/update-lts-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/update-lts-dependencies.sh b/hack/update-lts-dependencies.sh index 208cb0fd712..e18166a6a08 100755 --- a/hack/update-lts-dependencies.sh +++ b/hack/update-lts-dependencies.sh @@ -114,7 +114,7 @@ For gcloud there is no api endpoint to check for the latest version so the outpu the machine running this command has the latest gcloud version. Manual modification of the script is required in cases where \ the version found by the script is incorrect." -for dockerfile in "Dockerfile.deps" "Dockerfile.deps.lts" "Dockerfile.deps.slim"; do +for dockerfile in "Dockerfile.deps" "Dockerfile.deps.lts"; do sed -i "s/ENV KUBECTL_VERSION .*/ENV KUBECTL_VERSION ${KUBECTL_VERSION}/" ${DOCKERFILE_DIR}/${dockerfile} sed -i "s/ENV HELM_VERSION .*/ENV HELM_VERSION ${HELM_VERSION}/" ${DOCKERFILE_DIR}/${dockerfile} sed -i "s/ENV KUSTOMIZE_VERSION .*/ENV KUSTOMIZE_VERSION ${KUSTOMIZE_VERSION}/" ${DOCKERFILE_DIR}/${dockerfile}