Skip to content

Commit

Permalink
⬆️ Bump Kubernetes version to 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
zigarn committed May 15, 2024
1 parent 4c1a1da commit fde79d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s-training-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ RUN curl -fSsLO https://github.com/mike-engel/jwt-cli/releases/download/${JWT_VE
tar zxf jwt-linux.tar.gz && \
mv jwt /usr/bin

ENV KUBECTL_VERSION=1.29.0
ENV KUBECTL_VERSION=1.30.0
RUN curl -fsSLo /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl \
&& chmod +x /usr/local/bin/kubectl
2 changes: 1 addition & 1 deletion k8s-training-tools/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: build push
image_name=zenika/k8s-training-tools:v4
image_name=zenika/k8s-training-tools:v5

build:
docker image build -t $(image_name) .
Expand Down

0 comments on commit fde79d3

Please sign in to comment.