Skip to content

Commit

Permalink
ci: bump kubectl version
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Rajchman authored and mrliptontea committed Sep 4, 2023
1 parent b08a0cf commit 0e3037d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 2.1

orbs:
aws-cli: circleci/aws-cli@3.1.3
aws-cli: circleci/aws-cli@4.1.0
kubernetes: circleci/[email protected]
node: circleci/node@5.0.3
node: circleci/node@5.1.0

parameters:
cluster_name:
Expand All @@ -15,7 +15,7 @@ commands:
steps:
- aws-cli/setup
- kubernetes/install-kubectl:
kubectl-version: v1.23.13
kubectl-version: v1.27.4
- run:
name: Set up cluster context
command: aws eks update-kubeconfig --name << pipeline.parameters.cluster_name >> --alias << pipeline.parameters.cluster_name >>
Expand Down

0 comments on commit 0e3037d

Please sign in to comment.