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.13 to 1.5.14
  • Loading branch information
minikube-bot committed Feb 12, 2024
1 parent 8f9cd43 commit 335a1cd
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.13@sha256:5d905e581977bd3d543742e74ddb75c0ba65517cf19742089ae1be45b7b8aa49",
"CloudSpanner": "cloud-spanner-emulator/emulator:1.5.14@sha256:71db3b25234c7c79428840d4cbaa1a4beee8710b5ff49b1c4c2062567386084c",
}, map[string]string{
"CloudSpanner": "gcr.io",
}),
Expand Down

0 comments on commit 335a1cd

Please sign in to comment.