Skip to content

Commit f77512d

Browse files
authored
feat!: update k8s to 1.33 (#107)
- PLT-1722 Update K8s imports to 1.33 Update the CircleCI jobs to run as 1.33
1 parent 9801380 commit f77512d

File tree

3 files changed

+8672
-4205
lines changed

3 files changed

+8672
-4205
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ commands:
1616
- run:
1717
name: Install kubectl
1818
command: |
19-
KUBECTL_VERSION=1.32.1
19+
KUBECTL_VERSION=1.33.3
2020
curl --fail -sLO "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl"
2121
curl --fail -sLO "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl.sha256"
2222
echo "$(cat kubectl.sha256) kubectl" | sha256sum --check --status -

cdk8s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: typescript
22
imports:
3-
- k8s@1.31.0
3+
- k8s@1.33.0

0 commit comments

Comments
 (0)