Skip to content

Commit

Permalink
Merge pull request kubernetes#18210 from minikube-bot/auto_bump_cloud…
Browse files Browse the repository at this point in the history
…_spanner_emulator_version

Addon cloud-spanner: Update cloud-spanner-emulator/emulator image from 1.5.14 to 1.5.14
  • Loading branch information
spowelljr authored Feb 20, 2024
2 parents b92596d + b879531 commit 44ab973
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 @@ -771,7 +771,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.14@sha256:71db3b25234c7c79428840d4cbaa1a4beee8710b5ff49b1c4c2062567386084c",
"CloudSpanner": "cloud-spanner-emulator/emulator:1.5.14@sha256:41d5dccfcf13817a2348beba0ca7c650ffdd795f7fcbe975b7822c9eed262e15",
}, map[string]string{
"CloudSpanner": "gcr.io",
}),
Expand Down

0 comments on commit 44ab973

Please sign in to comment.