From f9adee10d09588a91f030ea800b05d31e60dbfb8 Mon Sep 17 00:00:00 2001 From: kouki Date: Thu, 8 Dec 2022 16:59:37 +0900 Subject: [PATCH] Relax the kubeVersion constraints in Chart.yaml Signed-off-by: kouki --- charts/moco/CHANGELOG.md | 3 +++ charts/moco/Chart.yaml | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/charts/moco/CHANGELOG.md b/charts/moco/CHANGELOG.md index 4ef7783f6..6a34f71f5 100644 --- a/charts/moco/CHANGELOG.md +++ b/charts/moco/CHANGELOG.md @@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Changed +- Relax the kubeVersion constraints in Chart.yaml [#487](https://github.com/cybozu-go/moco/pull/487) + ## [0.4.0] - 2022-11-29 ### Added diff --git a/charts/moco/Chart.yaml b/charts/moco/Chart.yaml index dc86a7b1f..67031634c 100644 --- a/charts/moco/Chart.yaml +++ b/charts/moco/Chart.yaml @@ -23,4 +23,7 @@ version: 0.4.0 # It is recommended to use it with quotes. appVersion: 0.14.0 -kubeVersion: ">= 1.23.0" +# This version does not necessarily match the supported version. This version number +# will be updated when there is an obviously uninstallable version. If there are no +# problems, update only moco/README.md#supported-software for the corresponding kubernetes version. +kubeVersion: ">= 1.22.0"