Skip to content

Commit

Permalink
Addon inspektor-gadget: Update inspektor-gadget image from v0.35.0 to…
Browse files Browse the repository at this point in the history
… v0.36.0 (#20205)
  • Loading branch information
minikube-bot authored Jan 8, 2025
1 parent 07ebc23 commit f909b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions deploy/addons/inspektor-gadget/ig-deployment.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ spec:
terminationMessagePolicy: FallbackToLogsOnError
image: {{.CustomRegistries.InspektorGadget | default .ImageRepository | default .Registries.InspektorGadget }}{{.Images.InspektorGadget}}
imagePullPolicy: Always
command: [ "/entrypoint" ]
command: [ "/bin/gadgettracermanager", "-serve", "-controller" ]
lifecycle:
preStop:
exec:
Expand Down Expand Up @@ -189,8 +189,6 @@ spec:
fieldPath: metadata.uid
- name: GADGET_IMAGE
value: "ghcr.io/inspektor-gadget/inspektor-gadget"
- name: INSPEKTOR_GADGET_VERSION
value: "latest"
- name: INSPEKTOR_GADGET_OPTION_HOOK_MODE
value: "auto"
- name: INSPEKTOR_GADGET_OPTION_FALLBACK_POD_INFORMER
Expand Down
2 changes: 1 addition & 1 deletion pkg/minikube/assets/addons.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ var Addons = map[string]*Addon{
MustBinAsset(addons.InspektorGadgetAssets, "inspektor-gadget/ig-deployment.yaml.tmpl", vmpath.GuestAddonsDir, "ig-deployment.yaml", "0640"),
}, 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/",
map[string]string{
"InspektorGadget": "inspektor-gadget/inspektor-gadget:v0.35.0@sha256:102216c464091f4d9e07d825eba0b681f0d7e0ce108957028443441d3843d1fa",
"InspektorGadget": "inspektor-gadget/inspektor-gadget:v0.36.0@sha256:ccb3f3a138132e20c7c78531b01ccceecc15ef6b5b8a0604ac5eb57e4375c42f",
}, map[string]string{
"InspektorGadget": "ghcr.io",
}),
Expand Down

0 comments on commit f909b0d

Please sign in to comment.