feat: upgrade to k8s version to a supported version for security compliance (#1686)

This commit is contained in:
Zubair Haque 2024-09-01 07:01:23 -05:00 committed by GitHub
parent e4936dcec9
commit b73546356c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
HELM_VERSION ?= v3.7.2
KUSTOMIZE_VERSION ?= v5.4.3
K8S_VERSION ?= v1.25.16
MINIKUBE_VERSION ?= v0.30.0
K8S_VERSION ?= v1.28.11
MINIKUBE_VERSION ?= v1.31.1
SOPS_VERSION ?= v3.9.0
# ---