mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
Feat: Gateway API version always get latest
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
gateway_api_enabled: false
|
gateway_api_enabled: false
|
||||||
gateway_api_version: 1.2.1
|
|
||||||
|
|
||||||
# `gateway_api_channel` default is "standard".
|
# `gateway_api_channel` default is "standard".
|
||||||
# "standard" release channel includes all resources that have graduated to GA or beta, including GatewayClass, Gateway, HTTPRoute, and ReferenceGrant.
|
# "standard" release channel includes all resources that have graduated to GA or beta, including GatewayClass, Gateway, HTTPRoute, and ReferenceGrant.
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ scheduler_plugins_version: "{{ scheduler_plugins_supported_versions[kube_major_v
|
|||||||
|
|
||||||
yq_version: "{{ (yq_checksums['amd64'] | dict2items)[0].key }}"
|
yq_version: "{{ (yq_checksums['amd64'] | dict2items)[0].key }}"
|
||||||
|
|
||||||
gateway_api_version: "1.2.1"
|
gateway_api_version: "{{ (gateway_api_standard_crds_checksums.no_arch | dict2items)[0].key }}"
|
||||||
gateway_api_channel: "standard"
|
gateway_api_channel: "standard"
|
||||||
|
|
||||||
prometheus_operator_crds_version: "{{ (prometheus_operator_crds_checksums.no_arch | dict2items)[0].key }}"
|
prometheus_operator_crds_version: "{{ (prometheus_operator_crds_checksums.no_arch | dict2items)[0].key }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user