Skip to content

Commit

Permalink
Updating dify's dependencies (#77)
Browse files Browse the repository at this point in the history
* Updating dify's dependencies

* helm dependency update
  • Loading branch information
jeessy2 authored Apr 18, 2024
1 parent f2e21d8 commit 670368c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions charts/dify/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
version: 17.15.6
version: 19.1.1
- name: postgresql
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
version: 12.8.5
version: 15.2.5
- name: minio
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
version: 12.7.0
digest: sha256:a8975369493aea53c4c8fa652866a388d7c345cc2ebbe4dacb9d460f40c07e59
generated: "2024-03-20T16:24:04.160197+08:00"
version: 14.1.7
digest: sha256:3bcefccd413dcae525b70c3200cc8067ee29ab109fe0de4337c528636f5b6989
generated: "2024-04-18T17:57:55.05465596+08:00"
8 changes: 4 additions & 4 deletions charts/dify/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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.1
version: 0.3.2

# 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
Expand All @@ -30,14 +30,14 @@ appVersion: "0.6.3"

dependencies:
- name: redis
version: ~17.15.6
version: ~19.1.1
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: redis.embedded
- name: postgresql
version: ~12.8.5
version: ~15.2.5
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: postgresql.embedded
- name: minio
version: ~12.7.0
version: ~14.1.7
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: minio.embedded

0 comments on commit 670368c

Please sign in to comment.