Skip to content

Commit

Permalink
Addon inspektor-gadget: Update inspektor-gadget image from v0.33.0 to…
Browse files Browse the repository at this point in the history
… v0.35.0 (#20033)
  • Loading branch information
minikube-bot authored Dec 5, 2024
1 parent 61d3c73 commit 69d1db4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions deploy/addons/inspektor-gadget/ig-deployment.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ rules:
resources: [ "secrets" ]
# get secrets is needed for retrieving pull secret.
verbs: [ "get" ]
- apiGroups: [""]
resources: ["configmaps"]
verbs: ["get", "watch", "list", "create", "delete", "patch", "update"]
---
# Source: gadget/templates/rolebinding.yaml
apiVersion: rbac.authorization.k8s.io/v1
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.33.0@sha256:66a9ee9ff75b254d99ec9521af92c2aee19a0faf7bb4a5d7b89787c3817c671c",
"InspektorGadget": "inspektor-gadget/inspektor-gadget:v0.35.0@sha256:102216c464091f4d9e07d825eba0b681f0d7e0ce108957028443441d3843d1fa",
}, map[string]string{
"InspektorGadget": "ghcr.io",
}),
Expand Down

0 comments on commit 69d1db4

Please sign in to comment.