Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0ab8be3

Browse files
Update to kubectl 1.33.0
1 parent ffeb7fc commit 0ab8be3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎deployment/Dockerfile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ RUN \
1616

1717
# Install kubectl from AWS
1818
# https://docs.aws.amazon.com/eks/latest/userguide/install-kubectl.html#linux_amd64_kubectl
19-
ARG KUBECTL_VERSION="1.32.0"
20-
ARG KUBECTL_BUILD_DATE="2024年12月20日"
19+
ARG KUBECTL_VERSION="1.33.0"
20+
ARG KUBECTL_BUILD_DATE="2025年05月01日"
2121

2222
RUN curl -L https://s3.us-west-2.amazonaws.com/amazon-eks/${KUBECTL_VERSION}/${KUBECTL_BUILD_DATE}/bin/linux/amd64/kubectl > /usr/local/bin/kubectl \
2323
&& chmod +x /usr/local/bin/kubectl

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /