Skip to content

Commit e85d6ef

Browse files
minikube-botmedyagh
authored andcommitted
Addon inspektor-gadget: Update inspektor-gadget image from v0.36.0 to v0.36.1
1 parent 48b66bb commit e85d6ef

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.0@sha256:ccb3f3a138132e20c7c78531b01ccceecc15ef6b5b8a0604ac5eb57e4375c42f",
313+
"InspektorGadget": "inspektor-gadget/inspektor-gadget:v0.36.1@sha256:b0f5be3c7e82424b273be9a14b7df64ab32342e2edf2375e942bce0cd6671fe4",
314314
}, map[string]string{
315315
"InspektorGadget": "ghcr.io",
316316
}),

0 commit comments

Comments
 (0)