Skip to content

Commit f4981b3

Browse files
committed
Addon inspektor-gadget: Update inspektor-gadget image from v0.36.1 to v0.37.0
1 parent abdbc5b commit f4981b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/minikube/assets/addons.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ var Addons = map[string]*Addon{
310310
MustBinAsset(addons.InspektorGadgetAssets, "inspektor-gadget/ig-deployment.yaml.tmpl", vmpath.GuestAddonsDir, "ig-deployment.yaml", "0640"),
311311
}, false, "inspektor-gadget", "3rd party (inspektor-gadget.io)", "https://github.com/orgs/inspektor-gadget/people", "https://minikube.sigs.k8s.io/docs/handbook/addons/inspektor-gadget/",
312312
map[string]string{
313-
"InspektorGadget": "inspektor-gadget/inspektor-gadget:v0.36.1@sha256:b0f5be3c7e82424b273be9a14b7df64ab32342e2edf2375e942bce0cd6671fe4",
313+
"InspektorGadget": "inspektor-gadget/inspektor-gadget:v0.37.0@sha256:886412e63d6c580c50b3b7b59eee709a870768a7b5d0d9c27d66fe2a32c555e0",
314314
}, map[string]string{
315315
"InspektorGadget": "ghcr.io",
316316
}),

0 commit comments

Comments
 (0)