Skip to content

Commit

Permalink
Merge pull request #17225 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.9 to 1.5.10
  • Loading branch information
medyagh committed Sep 11, 2023
2 parents a46ec98 + 8d92097 commit e81e41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/assets/addons.go
Expand Up @@ -753,7 +753,7 @@ var Addons = map[string]*Addon{
"cloud-spanner": NewAddon([]*BinAsset{
MustBinAsset(addons.CloudSpanner, "cloud-spanner/deployment.yaml", 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.9@sha256:ab53ffefbcb53cea3b893e07c6796ba5df3bc67d1561eeb8efecaec466134f2f",
"CloudSpanner": "cloud-spanner-emulator/emulator:1.5.10@sha256:3800613e4bd68abd47ecb35e0f16eeb6748629c6beef63b2a561297cc482a3c4",
}, map[string]string{
"CloudSpanner": "gcr.io",
}),
Expand Down

0 comments on commit e81e41e

Please sign in to comment.