Skip to content

Commit

Permalink
chore: cleaning up final references to slim from skaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
Darien Lin committed Dec 13, 2024
1 parent 48ac51f commit ebe4c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update-lts-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit ebe4c64

Please sign in to comment.