Skip to content

Commit

Permalink
chore(deps): update dependency weaveworks/eksctl to v0.185.0
Browse files Browse the repository at this point in the history
| datasource  | package           | from     | to       |
| ----------- | ----------------- | -------- | -------- |
| github-tags | weaveworks/eksctl | v0.183.0 | v0.185.0 |
  • Loading branch information
renovate[bot] committed Jul 8, 2024
1 parent 8921b58 commit 1de90ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/iac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tasks:
- name: install-eksctl
actions:
- cmd: |
curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/v0.183.0/eksctl_Linux_amd64.tar.gz" | tar xz -C /tmp
curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/v0.185.0/eksctl_Linux_amd64.tar.gz" | tar xz -C /tmp
sudo mv /tmp/eksctl /usr/local/bin
- name: create-cluster
Expand Down

0 comments on commit 1de90ce

Please sign in to comment.