From 5255c789271245b9a9a0a02399572615444a6c8c Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Thu, 19 Mar 2026 00:55:30 +1100 Subject: [PATCH] chore: bump kubetest container (#40) https://git.unkin.net/unkin/packer-images/pulls/43 Error: Error: chart requires kubeVersion: < 1.35.0-0 which is incompatible with Kubernetes v1.35.0 Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/40 --- .woodpecker/kubeconform.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/kubeconform.yaml b/.woodpecker/kubeconform.yaml index 56116fe..38648c4 100644 --- a/.woodpecker/kubeconform.yaml +++ b/.woodpecker/kubeconform.yaml @@ -3,6 +3,6 @@ when: steps: - name: kubeconform - image: git.unkin.net/unkin/almalinux9-kubetest:20260308 + image: git.unkin.net/unkin/almalinux9-kubetest:20260319 commands: - make kubeconform