Skip to content

Commit

Permalink
Merge pull request #15331 from spowelljr/updateAutoPause
Browse files Browse the repository at this point in the history
Update auto-pause addon image
  • Loading branch information
medyagh authored Nov 10, 2022
2 parents 146bde2 + 98ec3a9 commit 75da615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ SHA512SUM=$(shell command -v sha512sum || echo "shasum -a 512")
GVISOR_TAG ?= latest

# auto-pause-hook tag to push changes to
AUTOPAUSE_HOOK_TAG ?= v0.0.2
AUTOPAUSE_HOOK_TAG ?= v0.0.3

# prow-test tag to push changes to
PROW_TEST_TAG ?= v0.0.3
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 @@ -120,7 +120,7 @@ var Addons = map[string]*Addon{

// GuestPersistentDir
}, false, "auto-pause", "Google", "", "", map[string]string{
"AutoPauseHook": "k8s-minikube/auto-pause-hook:v0.0.2@sha256:c76be418df5ca9c66d0d11c2c68461acbf4072c1cdfc17e64729c5ef4d5a4128",
"AutoPauseHook": "k8s-minikube/auto-pause-hook:v0.0.3@sha256:2ff12878e569802afa75baf65701ab913a88fe61a1cbb22fdc852b1345af2a5c",
}, map[string]string{
"AutoPauseHook": "gcr.io",
}),
Expand Down

0 comments on commit 75da615

Please sign in to comment.