Skip to content

Commit

Permalink
Merge pull request #16587 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.4 to 1.5.5
  • Loading branch information
spowelljr authored May 30, 2023
2 parents 70ee7d1 + 3a45cd7 commit d582f98
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 @@ -759,7 +759,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.4@sha256:026cec4d30c4b75ab49e01b1f7b43c4b97485b1df9f79b8a0be3ab156fb6bb68",
"CloudSpanner": "cloud-spanner-emulator/emulator:1.5.5@sha256:9f3f86b2787cb9af82e4359b833c2f88badb1df8469cade9d3289ab6d1e246e3",
}, map[string]string{
"CloudSpanner": "gcr.io",
}),
Expand Down

0 comments on commit d582f98

Please sign in to comment.