diff --git a/chart/values.yaml b/chart/values.yaml index 140f3fc5..92e7cce1 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -45,7 +45,7 @@ global: clusterName: "" kubectl: repository: rancher/kubectl - tag: v1.30.5 + tag: v1.30.7 alerts: enabled: false diff --git a/hack/make/deps.mk b/hack/make/deps.mk index f3a064ed..86f4a09f 100644 --- a/hack/make/deps.mk +++ b/hack/make/deps.mk @@ -3,7 +3,6 @@ GOLANGCI_VERSION = v1.62.0 # renovate: datasource=github-release-attachments depName=k3d-io/k3d K3D_VERSION = v5.7.4 -# TODO: Bump aligned with Rancher Manager release line -KUBECTL_VERSION = 1.28.12 +KUBECTL_VERSION = 1.30.7 # renovate: datasource=github-release-attachments depName=helm/helm HELM_VERSION = v3.16.3