Skip to content

Commit

Permalink
Merge pull request #2454 from chatwork/mod-up-eksctl-20240322140258
Browse files Browse the repository at this point in the history
[eksctl] update
  • Loading branch information
cw-circleci authored Mar 22, 2024
2 parents 21602cd + ccb2660 commit c86727e
Show file tree
Hide file tree
Showing 3 changed files with 481 additions and 102 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.174.0
ARG EKSCTL_VERSION=0.175.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.174.0
ARG EKSCTL_VERSION=0.175.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.174.0
- 0.175.0
/usr/local/bin/kubectl version:
exit-status: 1
stdout:
Expand Down
Loading

0 comments on commit c86727e

Please sign in to comment.