Skip to content

Commit

Permalink
chore: switch version of aws iam authenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
jennysson-junior committed Sep 3, 2024
1 parent 655e642 commit d99b596
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.19.6/2021-01-05/bin/linux/amd64/aws-iam-authenticator
curl -Lo aws-iam-authenticator https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.6.26/aws-iam-authenticator_0.6.26_linux_amd64
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.19.6/2021-01-05/bin/linux/amd64/aws-iam-authenticator
curl -Lo aws-iam-authenticator https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.6.26/aws-iam-authenticator_0.6.26_linux_amd64
chmod u+x aws-iam-authenticator
- name: Kubernetes Undeploy
Expand Down

0 comments on commit d99b596

Please sign in to comment.