Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/cmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ func validateFinalValues(installed GatewayAPICRDs, finalValues map[string]interf
// if we are not installing GW API Resources and they are not present, error
return errors.New(`The Gateway API CRDs must be installed prior to installing Linkerd. Run:
kubectl apply --server-side -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.4.0/standard-install.yaml
kubectl apply --server-side -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.1/standard-install.yaml
or see https://gateway-api.sigs.k8s.io/guides/#installing-gateway-api for more options.`)
}
Expand Down
2 changes: 1 addition & 1 deletion testutil/test_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
corev1 "k8s.io/api/core/v1"
)

const GATEWAY_API_VERSION = "v1.2.0"
const GATEWAY_API_VERSION = "v1.2.1"

// TestHelper provides helpers for running the linkerd integration tests.
type TestHelper struct {
Expand Down
Loading