Skip to content

Commit

Permalink
Merge pull request #48 from QueroDelivery/beta
Browse files Browse the repository at this point in the history
feat: upgrade kubectl version to 1.28
  • Loading branch information
jennysson-junior authored Sep 3, 2024
2 parents 9597e1c + 8155038 commit fb7acea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_k8_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Checkout tools repo
uses: actions/checkout@v4
with:
ref: v1.6.0
ref: v1.7.0
token: ${{ secrets.WF_GITHUB_TOKEN }}
repository: QueroDelivery/kube
path: .kube
Expand Down Expand Up @@ -132,10 +132,10 @@ jobs:
- name: Setup kubectl
run: |
curl -LO "https://dl.k8s.io/release/v1.23.17/bin/linux/amd64/kubectl"
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
6 changes: 3 additions & 3 deletions .github/workflows/ci_k8_undeploy_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Checkout tools repo
uses: actions/checkout@v4
with:
ref: v1.3.0
ref: v1.7.0
token: ${{ secrets.WF_GITHUB_TOKEN }}
repository: QueroDelivery/kube
path: .kube
Expand Down Expand Up @@ -84,10 +84,10 @@ jobs:

- name: Setup kubectl
run: |
curl -LO "https://dl.k8s.io/release/v1.21.0/bin/linux/amd64/kubectl"
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 fb7acea

Please sign in to comment.