Skip to content

Commit

Permalink
fix: rollback curl aws-iam-authenticator version
Browse files Browse the repository at this point in the history
  • Loading branch information
jennysson-junior committed Sep 3, 2024
1 parent eea6ee6 commit 655e642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_k8_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
curl -LO "https://dl.k8s.io/release/v1.28.13/bin/linux/amd64/kubectl"
chmod u+x kubectl
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
curl -o aws-iam-authenticator https://amazon-eks.s3.us-west-2.amazonaws.com/1.27.0/2023-08-30/bin/linux/amd64/aws-iam-authenticator
curl -o aws-iam-authenticator https://amazon-eks.s3.us-west-2.amazonaws.com/1.19.6/2021-01-05/bin/linux/amd64/aws-iam-authenticator
chmod u+x aws-iam-authenticator
- name: Defining envs variables for kube
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_k8_undeploy_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
curl -LO "https://dl.k8s.io/release/v1.28.13/bin/linux/amd64/kubectl"
chmod u+x kubectl
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
curl -o aws-iam-authenticator https://amazon-eks.s3.us-west-2.amazonaws.com/1.27.0/2023-08-30/bin/linux/amd64/aws-iam-authenticator
curl -o aws-iam-authenticator https://amazon-eks.s3.us-west-2.amazonaws.com/1.19.6/2021-01-05/bin/linux/amd64/aws-iam-authenticator
chmod u+x aws-iam-authenticator
- name: Kubernetes Undeploy
Expand Down

0 comments on commit 655e642

Please sign in to comment.