Skip to content

Commit

Permalink
feat: upgraded kubernetes to 1.29 (#75)
Browse files Browse the repository at this point in the history
ticket: https://techfromsage.atlassian.net/browse/PLT-410

Kubernetes upgrade to v1.29
  • Loading branch information
nemanja-kovacevic-thinkit authored Mar 13, 2024
1 parent d877107 commit e048bd5
Show file tree
Hide file tree
Showing 3 changed files with 5,903 additions and 7,677 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ commands:
steps:
- aws-cli/setup
- kubernetes/install-kubectl:
kubectl-version: v1.27.4
kubectl-version: v1.29.2
- run:
name: Set up cluster context
command: aws eks update-kubeconfig --name << pipeline.parameters.cluster_name >> --alias << pipeline.parameters.cluster_name >>
Expand Down
2 changes: 1 addition & 1 deletion cdk8s.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: typescript
imports:
- k8s@1.27.0
- k8s@1.29.0
Loading

0 comments on commit e048bd5

Please sign in to comment.