Skip to content

Commit 263c7ce

Browse files
committed
chore(workflows): update kubectl and node image versions for compatibility
1 parent 1b2d0f6 commit 263c7ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/charts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ jobs:
111111
- name: Create k8s Kind Cluster
112112
uses: helm/kind-action@v1.13.0
113113
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
114+
kubectl_version: v1.33.7 # Ensure compatibility with the latest APIs
115+
node_image: kindest/node:v1.33.7 # Match node version with kubectl for consistency
116116
- name: Checkout
117117
uses: actions/checkout@v6
118118
- name: Run K8s test

0 commit comments

Comments
 (0)