Skip to content

Commit

Permalink
Relax the kubeVersion constraints in Chart.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: kouki <[email protected]>
  • Loading branch information
kmdkuk committed Dec 8, 2022
1 parent 1a608e1 commit f9adee1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions charts/moco/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion charts/moco/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f9adee1

Please sign in to comment.