Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.227.0
ARG EKSCTL_VERSION=0.228.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.227.0
ARG EKSCTL_VERSION=0.228.0
LABEL version="${EKSCTL_VERSION}"
LABEL maintainer="sakamoto@chatwork.com"

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.227.0
- 0.228.0
/usr/local/bin/kubectl version:
exit-status: 1
stdout:
Expand Down
Loading
Loading