We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9801380 commit f77512dCopy full SHA for f77512d
.circleci/config.yml
@@ -16,7 +16,7 @@ commands:
16
- run:
17
name: Install kubectl
18
command: |
19
- KUBECTL_VERSION=1.32.1
+ KUBECTL_VERSION=1.33.3
20
curl --fail -sLO "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl"
21
curl --fail -sLO "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl.sha256"
22
echo "$(cat kubectl.sha256) kubectl" | sha256sum --check --status -
cdk8s.yaml
@@ -1,3 +1,3 @@
1
language: typescript
2
imports:
3
- - k8s@1.31.0
+ - k8s@1.33.0
0 commit comments