From 43431a2b77640d25f8fb7ecde91d2855f539a57a Mon Sep 17 00:00:00 2001 From: roc Date: Thu, 5 Dec 2024 16:42:28 +0800 Subject: [PATCH] fix: kruise-game should require k8s>=1.25 topologySpreadConstraints was involed in #124, include the matchLabelKeys field, and this requires k8s >= 1.25 Signed-off-by: roc --- versions/kruise-game/0.9/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions/kruise-game/0.9/Chart.yaml b/versions/kruise-game/0.9/Chart.yaml index 533c6cd..654e549 100644 --- a/versions/kruise-game/0.9/Chart.yaml +++ b/versions/kruise-game/0.9/Chart.yaml @@ -3,9 +3,9 @@ name: kruise-game description: Helm chart for kruise-game components version: 0.9.0 appVersion: 0.9.0 -kubeVersion: ">= 1.16.0-0" +kubeVersion: ">= 1.25.0-0" sources: - https://github.com/openkruise/kruise-game annotations: artifacthub.io/changes: | - - "[Changed]: https://github.com/openkruise/kruise-game/blob/master/CHANGELOG.md" \ No newline at end of file + - "[Changed]: https://github.com/openkruise/kruise-game/blob/master/CHANGELOG.md"