Skip to content

Commit

Permalink
Merge pull request #16025 from spowelljr/updateAutoPause
Browse files Browse the repository at this point in the history
Addons: Update auto-pause from v0.0.3 to v0.0.4
  • Loading branch information
medyagh authored Mar 11, 2023
2 parents 50b0730 + a74960d commit 53882ff
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 @@ -110,7 +110,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.3
AUTOPAUSE_HOOK_TAG ?= v0.0.4

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

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

0 comments on commit 53882ff

Please sign in to comment.