Skip to content

Commit

Permalink
Merge pull request #742 from cybozu-go/bump-chart-v0.24.1
Browse files Browse the repository at this point in the history
Bump chart version to v0.14.0
  • Loading branch information
YZ775 committed Sep 24, 2024
2 parents b528e4b + becaaa5 commit ffb5b0a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions charts/moco/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions charts/moco/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/moco/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit ffb5b0a

Please sign in to comment.