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"