We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2d0f6 commit 263c7ceCopy full SHA for 263c7ce
.github/workflows/charts.yml
@@ -111,8 +111,8 @@ jobs:
111
- name: Create k8s Kind Cluster
112
uses: helm/kind-action@v1.13.0
113
with:
114
- kubectl_version: v1.30.4 # Ensure compatibility with the latest APIs
115
- node_image: kindest/node:v1.30.4 # Match node version with kubectl for consistency
+ kubectl_version: v1.33.7 # Ensure compatibility with the latest APIs
+ node_image: kindest/node:v1.33.7 # Match node version with kubectl for consistency
116
- name: Checkout
117
uses: actions/checkout@v6
118
- name: Run K8s test
0 commit comments