Skip to content

Commit

Permalink
Merge pull request #19896 from minikube-bot/auto_bump_cloud_spanner_e…
Browse files Browse the repository at this point in the history
…mulator_version

Addon cloud-spanner: Update cloud-spanner-emulator/emulator image from 1.5.24 to 1.5.25
  • Loading branch information
spowelljr authored Nov 1, 2024
2 parents 3efdd75 + e07b68e commit 592cccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/assets/addons.go
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ var Addons = map[string]*Addon{
"cloud-spanner": NewAddon([]*BinAsset{
MustBinAsset(addons.CloudSpanner, "cloud-spanner/deployment.yaml.tmpl", vmpath.GuestAddonsDir, "deployment.yaml", "0640"),
}, false, "cloud-spanner", "Google", "", "https://minikube.sigs.k8s.io/docs/handbook/addons/cloud-spanner/", map[string]string{
"CloudSpanner": "cloud-spanner-emulator/emulator:1.5.24@sha256:f78b14fe7e4632fc0b3c65e15101ebbbcf242857de9851d3c0baea94bd269b5e",
"CloudSpanner": "cloud-spanner-emulator/emulator:1.5.25@sha256:8fae494dce81f5167703b16f943dda76109195b8fc06bad1f3e952fe90a0b8d0",
}, map[string]string{
"CloudSpanner": "gcr.io",
}),
Expand Down

0 comments on commit 592cccc

Please sign in to comment.