diff --git a/charts/moco/CHANGELOG.md b/charts/moco/CHANGELOG.md index b939a4bf..ca8f3da8 100644 --- a/charts/moco/CHANGELOG.md +++ b/charts/moco/CHANGELOG.md @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.14.0] - 2024-09-20 +### Changed +- Bump appVersion to 0.24.1 [#742](https://github.com/cybozu-go/moco/pull/742) + ## [0.13.1] - 2024-07-02 ### Changed - Bump appVersion to 0.23.2 [#712](https://github.com/cybozu-go/moco/pull/712) diff --git a/charts/moco/Chart.yaml b/charts/moco/Chart.yaml index 172d5e1e..06b284ab 100644 --- a/charts/moco/Chart.yaml +++ b/charts/moco/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.13.1 +version: 0.14.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.23.2 +appVersion: 0.24.1 # 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 diff --git a/charts/moco/values.yaml b/charts/moco/values.yaml index 3106f3ed..616f1afe 100644 --- a/charts/moco/values.yaml +++ b/charts/moco/values.yaml @@ -10,7 +10,7 @@ image: # image.tag -- MOCO image tag to use. # @default -- `{{ .Chart.AppVersion }}` - tag: # 0.23.2 + tag: # 0.24.1 # imagePullSecrets -- Secrets for pulling MOCO image from private repository. imagePullSecrets: []