Skip to content

Commit

Permalink
chore: bump kubectl v1.24 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 authored Apr 27, 2023
1 parent ec77db7 commit 82202fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/image/gcp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add - \
&& apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main" \
&& apt-get update && apt-get install -y terraform && apt-get clean

ARG KUBECTL_VERSION=v1.23.5
ARG KUBECTL_VERSION=v1.24.12
ARG KUBECTL_SHASUM=715da05c56aa4f8df09cb1f9d96a2aa2c33a1232f6fd195e3ffce6e98a50a879
RUN curl -LO https://dl.k8s.io/release/$KUBECTL_VERSION/bin/linux/amd64/kubectl \
&& echo $KUBECTL_SHASUM kubectl | sha256sum --check \
Expand Down
2 changes: 1 addition & 1 deletion modules/inception/gcp/bastion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ locals {
cepler_version = "0.7.9"
safe_version = "1.7.0"
lnd_version = "0.15.5"
kubectl_version = "1.23.5"
kubectl_version = "1.24.12"
k9s_version = "0.25.18"
bos_version = "12.13.3"
kratos_version = "0.11.1"
Expand Down

0 comments on commit 82202fd

Please sign in to comment.