Skip to content

Commit

Permalink
release operator 0.2.0 (#130)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuhui zhang <xuhui@juicedata.io>
  • Loading branch information
zxh326 authored Dec 11, 2024
1 parent cc21efa commit 3a095ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/juicefs-cache-group-operator/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.1.0
version: 0.2.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.1.0"
appVersion: "0.2.0"
home: https://github.com/juicedata/juicefs-cache-group-operator
sources:
- https://github.com/juicedata/juicefs-cache-group-operator
Expand Down
2 changes: 1 addition & 1 deletion charts/juicefs-cache-group-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JuiceFS Cache Group Operator Helm Chart


![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square)

This Helm chart installs the JuiceFS Cache Group Operator.

Expand Down
2 changes: 1 addition & 1 deletion charts/juicefs-cache-group-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: juicedata/juicefs-cache-group-operator
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.1.0"
tag: "v0.2.0"

# Configure the verbosity of logging.
# Can be one of 'debug', 'info', 'error' or any integer value > 0 which corresponds to custom debug levels of increasing verbosity
Expand Down

0 comments on commit 3a095ae

Please sign in to comment.