Skip to content

Commit

Permalink
chore: bump skaffold image deps (#8113)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-prindle authored Nov 18, 2022
1 parent 2745ccd commit 065de74
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions deploy/skaffold/Dockerfile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM alpine:3.10 as download-kubectl
ARG ARCH
# Track default version installed by Google Cloud SDK: 406.0.0 moved to 1.22(.14)
# https://cloud.google.com/sdk/docs/release-notes
ENV KUBECTL_VERSION v1.22.14
ENV KUBECTL_VERSION v1.23.12
ENV KUBECTL_URL https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl
# SHAs at gs://kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/
COPY deploy/skaffold/digests/kubectl.${ARCH}.sha512 .
Expand All @@ -30,7 +30,7 @@ RUN chmod +x kubectl
FROM alpine:3.10 as download-helm
ARG ARCH
RUN echo arch=$ARCH
ENV HELM_VERSION v3.10.1
ENV HELM_VERSION v3.10.2
ENV HELM_URL https://storage.googleapis.com/skaffold/deps/helm/helm-${HELM_VERSION}-linux-${ARCH}.tar.gz
COPY deploy/skaffold/digests/helm.${ARCH}.sha256 .
RUN wget -O helm.tar.gz "${HELM_URL}" && sha256sum -c helm.${ARCH}.sha256
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN chmod +x k3d
# Download gcloud
FROM alpine:3.10 as download-gcloud
ARG ARCH
ENV GCLOUD_VERSION 406.0.0
ENV GCLOUD_VERSION 410.0.0
ENV GCLOUD_URL https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-${GCLOUD_VERSION}-linux-GCLOUDARCH.tar.gz
# SHAs listed at https://cloud.google.com/sdk/docs/downloads-versioned-archives
COPY deploy/skaffold/digests/gcloud.${ARCH}.sha256 .
Expand Down
6 changes: 3 additions & 3 deletions deploy/skaffold/Dockerfile.deps.lts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM alpine:3.10 as download-kubectl
ARG ARCH
# Track default version installed by Google Cloud SDK: 406.0.0 moved to 1.22(.14)
# https://cloud.google.com/sdk/docs/release-notes
ENV KUBECTL_VERSION v1.22.14
ENV KUBECTL_VERSION v1.23.12
ENV KUBECTL_URL https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl
# SHAs at gs://kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/
COPY deploy/skaffold/digests/kubectl.${ARCH}.sha512 .
Expand All @@ -30,7 +30,7 @@ RUN chmod +x kubectl
FROM alpine:3.10 as download-helm
ARG ARCH
RUN echo arch=$ARCH
ENV HELM_VERSION v3.10.1
ENV HELM_VERSION v3.10.2
ENV HELM_URL https://storage.googleapis.com/skaffold/deps/helm/helm-${HELM_VERSION}-linux-${ARCH}.tar.gz
COPY deploy/skaffold/digests/helm.${ARCH}.sha256 .
RUN wget -O helm.tar.gz "${HELM_URL}" && sha256sum -c helm.${ARCH}.sha256
Expand All @@ -57,7 +57,7 @@ RUN chmod +x kpt
# Download gcloud
FROM alpine:3.10 as download-gcloud
ARG ARCH
ENV GCLOUD_VERSION 406.0.0
ENV GCLOUD_VERSION 410.0.0
ENV GCLOUD_URL https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-${GCLOUD_VERSION}-linux-GCLOUDARCH.tar.gz
# SHAs listed at https://cloud.google.com/sdk/docs/downloads-versioned-archives
COPY deploy/skaffold/digests/gcloud.${ARCH}.sha256 .
Expand Down
2 changes: 1 addition & 1 deletion deploy/skaffold/digests/gcloud.amd64.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dc6b2319d80bdeeb7a242d30b33709061608b8421e4b0238d6aeac791972ce40 gcloud.tar.gz
f22a80c952a7b0ad561c06b207c91be74e738fc9e365a2bf3ea841369c46917d gcloud.tar.gz
2 changes: 1 addition & 1 deletion deploy/skaffold/digests/helm.amd64.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c12d2cd638f2d066fec123d0bd7f010f32c643afdf288d39a4610b1f9cb32af3 helm.tar.gz
2315941a13291c277dac9f65e75ead56386440d3907e0540bf157ae70f188347 helm.tar.gz
2 changes: 1 addition & 1 deletion deploy/skaffold/digests/kubectl.amd64.sha512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1db59414e8e352ddf53968cc38f7bb195f17c6bae6c804fecb394870f005e3a495ab0b1de98b541dae691fd5463c62a275247e5ae867a8c57577ed0363d245f8 kubectl
159a28f728926654c2b4a7790c2d9227e0f755f111488dfa4ba76eb8e8f2501b1dde88762fb2983ca81622aec20b8a6c800fa34122b5e637ece7e0266b03bebb kubectl

0 comments on commit 065de74

Please sign in to comment.