Skip to content

Commit a84652f

Browse files
committed
add sha256
1 parent 8feef42 commit a84652f

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
@@ -105,7 +105,7 @@ var Addons = map[string]*Addon{
105105

106106
// GuestPersistentDir
107107
}, false, "auto-pause", map[string]string{
108-
"AutoPauseHook": "k8s-minikube/auto-pause-hook:v0.0.2",
108+
"AutoPauseHook": "k8s-minikube/auto-pause-hook:v0.0.2@sha256:c76be418df5ca9c66d0d11c2c68461acbf4072c1cdfc17e64729c5ef4d5a4128",
109109
}, map[string]string{
110110
"AutoPauseHook": "gcr.io",
111111
}),

0 commit comments

Comments
 (0)