From 0f6c60840d9a08ffc1776ca0a09058c18d41fba5 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Mon, 1 Apr 2024 10:04:00 +0000 Subject: [PATCH] Addon kubevirt: Update bitnami/kubectl image from 1.29.3 to 1.29.3 --- pkg/minikube/assets/addons.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/minikube/assets/addons.go b/pkg/minikube/assets/addons.go index 1919f7254051..772010223c84 100644 --- a/pkg/minikube/assets/addons.go +++ b/pkg/minikube/assets/addons.go @@ -340,7 +340,7 @@ var Addons = map[string]*Addon{ "pod.yaml", "0640"), }, false, "kubevirt", "3rd party (KubeVirt)", "", "https://minikube.sigs.k8s.io/docs/tutorials/kubevirt/", map[string]string{ - "Kubectl": "bitnami/kubectl:1.29.3@sha256:e15084c9093e4c840ebb6e91a23cfbeeaac6a6450ce15ee92d7ee322d9b4f7af", + "Kubectl": "bitnami/kubectl:1.29.3@sha256:030eecfae01810d0b0930a809532159554e4e263fd38afcefb5ee45bd014b75e", }, map[string]string{ "Kubectl": "docker.io", }),