diff --git a/charts/dify/Chart.lock b/charts/dify/Chart.lock index 28f0db2..e7809e2 100644 --- a/charts/dify/Chart.lock +++ b/charts/dify/Chart.lock @@ -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" diff --git a/charts/dify/Chart.yaml b/charts/dify/Chart.yaml index 56aec23..37011d7 100644 --- a/charts/dify/Chart.yaml +++ b/charts/dify/Chart.yaml @@ -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 @@ -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