Skip to content

Commit

Permalink
Merge pull request #19501 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.22 to 1.5.23
  • Loading branch information
spowelljr authored Aug 26, 2024
2 parents f1a8cb7 + 483e94d commit e1969c5
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 @@ -787,7 +787,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.22@sha256:ea3a9e70a98bf648952401e964c5403d93e980837acf924288df19e0077ae7fb",
"CloudSpanner": "cloud-spanner-emulator/emulator:1.5.23@sha256:636fdfc528824bae5f0ea2eca6ae307fe81092f05ec21038008bc0d6100e52fc",
}, map[string]string{
"CloudSpanner": "gcr.io",
}),
Expand Down

0 comments on commit e1969c5

Please sign in to comment.