We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3516f commit 516d0b7Copy full SHA for 516d0b7
pkg/kf/commands/dependencies/dependencies.go
@@ -120,7 +120,7 @@ func newDependencies() []dependency {
120
InfoURL: "https://cloud.google.com/service-mesh/docs/gke-install-overview",
121
// This version is fetched from the asmcli script. It needs to be
122
// updated by hand until we have a programtic way to fetch it.
123
- ResolveVersion: staticVersionResolver("1.27.1-asm.2+config1"),
+ ResolveVersion: staticVersionResolver("1.27.4-asm.1+config1"),
124
ResolveURL: func(version string) (string, error) {
125
const URL = "https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages/releases/tag/%s"
126
return fmt.Sprintf(URL, version), nil
0 commit comments