Skip to content

Commit

Permalink
v0.1.1: Fix eksctl version to 0.147.0 (to avoid regression on AWS_REG…
Browse files Browse the repository at this point in the history
…ION).
  • Loading branch information
richardwu committed Jul 7, 2023
1 parent cd820f6 commit 5899c97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN chmod +x /usr/bin/aws-iam-authenticator
RUN wget https://get.helm.sh/helm-v3.8.0-linux-amd64.tar.gz -O - | tar -xzO linux-amd64/helm > /usr/local/bin/helm
RUN chmod +x /usr/local/bin/helm

RUN wget "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" -O - | tar -xz -C /usr/local/bin
RUN wget "https://github.com/weaveworks/eksctl/releases/download/v0.147.0/eksctl_$(uname -s)_amd64.tar.gz" -O - | tar -xz -C /usr/local/bin

COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]:
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ but authenticating using `eksctl` instead of passing through `KUBE_CONFIG_DATA`.

## Example

Secrets required: `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`
Secrets required: `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY` (aws-configure-credentials)

Inputs:

Expand Down

0 comments on commit 5899c97

Please sign in to comment.