Skip to content

Commit

Permalink
Merge pull request #2846 from chatwork/mod-up-eksctl-20241012050259
Browse files Browse the repository at this point in the history
[eksctl] update
  • Loading branch information
cw-circleci authored Oct 12, 2024
2 parents 018fef4 + 22a5458 commit 8c75b31
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 100 deletions.
4 changes: 2 additions & 2 deletions eksctl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand All @@ -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]"

Expand Down
2 changes: 1 addition & 1 deletion eksctl/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ command:
/usr/local/bin/eksctl version:
exit-status: 0
stdout:
- 0.191.0
- 0.192.0
/usr/local/bin/kubectl version:
exit-status: 1
stdout:
Expand Down
Loading

0 comments on commit 8c75b31

Please sign in to comment.