-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2846 from chatwork/mod-up-eksctl-20241012050259
[eksctl] update
- Loading branch information
Showing
3 changed files
with
491 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ WORKDIR /downloads | |
|
||
ARG TARGETARCH | ||
|
||
ARG EKSCTL_VERSION=0.191.0 | ||
ARG EKSCTL_VERSION=0.192.0 | ||
ARG KUBECTL_VERSION=1.28.7 | ||
LABEL version="${EKSCTL_VERSION}" | ||
|
||
|
@@ -13,7 +13,7 @@ RUN wget https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VE | |
|
||
FROM chatwork/aws:latest | ||
|
||
ARG EKSCTL_VERSION=0.191.0 | ||
ARG EKSCTL_VERSION=0.192.0 | ||
LABEL version="${EKSCTL_VERSION}" | ||
LABEL maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.