From fe8ead7abb360c75ac18448b0d847c86fa617b8c Mon Sep 17 00:00:00 2001 From: jeessy2 <6205259+jeessy2@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:28:52 +0800 Subject: [PATCH] bump version 0.3.1 --- charts/dify/Chart.yaml | 4 ++-- charts/dify/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/dify/Chart.yaml b/charts/dify/Chart.yaml index 3d29f40..56aec23 100644 --- a/charts/dify/Chart.yaml +++ b/charts/dify/Chart.yaml @@ -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 diff --git a/charts/dify/README.md b/charts/dify/README.md index ffa4734..7dfb992 100644 --- a/charts/dify/README.md +++ b/charts/dify/README.md @@ -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" @@ -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