Skip to content

Commit

Permalink
Update to 0.21.0 (#87)
Browse files Browse the repository at this point in the history
- Update `README.md`
- Update `Chart.yaml`
- Update default dify image tag to `0.6.16`
  • Loading branch information
BorisPolonsky authored Aug 16, 2024
1 parent afa8fa8 commit 6ae42f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ helm install my-release dify/dify
## Supported Component
### Components that could be deployed on kubernetes in current version
- [x] core (`api`, `worker`, `sandbox`)
- [x] ssrf_proxy
- [x] proxy (via built-in `nginx` or `ingress`)
- [x] redis
- [x] postgresql
Expand Down
4 changes: 2 additions & 2 deletions charts/dify/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 0.20.1
version: 0.21.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.6.3"
appVersion: "0.6.16"

dependencies:
- name: postgresql
Expand Down
4 changes: 2 additions & 2 deletions charts/dify/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
image:
api:
repository: langgenius/dify-api
tag: "0.6.11"
tag: "0.6.16"
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand All @@ -15,7 +15,7 @@ image:
# - myRegistryKeySecretName
web:
repository: langgenius/dify-web
tag: "0.6.11"
tag: "0.6.16"
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down

0 comments on commit 6ae42f3

Please sign in to comment.