Skip to content

Commit

Permalink
bump version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeessy2 committed Apr 18, 2024
1 parent f67715a commit fe8ead7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/dify/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,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.3.0
version: 0.3.1

# 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.6.2"
appVersion: "0.6.3"

dependencies:
- name: redis
Expand Down
4 changes: 2 additions & 2 deletions charts/dify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ global:
# Set to the latest version of dify
# Check the version here: https://github.com/langgenius/dify/releases
# If not set, Using the default value in Chart.yaml
tag: "0.6.2"
tag: "0.6.3"
extraBackendEnvs:
- name: SECRET_KEY
value: "generate your own one"
Expand Down Expand Up @@ -51,7 +51,7 @@ To upgrade app, change the value of `global.image.tag` to the desired version
```
global:
image:
tag: "0.6.2"
tag: "0.6.3"
```

Then upgrade the app with helm command
Expand Down

0 comments on commit fe8ead7

Please sign in to comment.