Skip to content

Commit

Permalink
Addon cloud-spanner: Update cloud-spanner-emulator/emulator image fro…
Browse files Browse the repository at this point in the history
…m 1.5.28 to 1.5.29 (#20451)
  • Loading branch information
minikube-bot authored Feb 25, 2025
1 parent c33b03b commit 8a951bd
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.28@sha256:4c5deadfc50f5165270a6d8672290b1545c91dcf54ab69fc3cb2255a6ff736bf",
"CloudSpanner": "cloud-spanner-emulator/emulator:1.5.29@sha256:b6173c36a0f470e79bb8bd7f3d26b1e809d10cbd2a7592caa4dea323c55ad0b1",
}, map[string]string{
"CloudSpanner": "gcr.io",
}),
Expand Down

0 comments on commit 8a951bd

Please sign in to comment.