From 164332b343625649e8cdae44505b0fa65174ffcd Mon Sep 17 00:00:00 2001 From: Leo Q Date: Tue, 28 May 2024 17:38:39 +0800 Subject: [PATCH] clean values template values (#86) * clean values template values * bump version * Update values.yaml --- charts/dify/Chart.yaml | 4 ++-- charts/dify/values.yaml | 21 ++++----------------- 2 files changed, 6 insertions(+), 19 deletions(-) diff --git a/charts/dify/Chart.yaml b/charts/dify/Chart.yaml index b720a7e..ac43146 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.5 +version: 0.3.6 # 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.8" +appVersion: "0.6.9" dependencies: - name: redis diff --git a/charts/dify/values.yaml b/charts/dify/values.yaml index 299e6e3..68fe2be 100644 --- a/charts/dify/values.yaml +++ b/charts/dify/values.yaml @@ -408,23 +408,10 @@ postgresql: minio: embedded: false - # externalHost: "minio.example.com" - # externalPort: "443" - # embedded minio is not supported - # dify needs a external available minio - # please use external minio - # pr are welcomed - # embedded: false - # externalMinio: -# If using external storage. Comment above and uncomment below -# host: s3.amazonaws.com or storage.googleapis.com if using GCS -# bucket: -# region: -# verify_ssl: true -# port: 443 -# access_key_id: # or if using GCS -# secret_access_key: # or if using GCS -# iam_auth: # set to true in AWS to attempt to authenticate via Instance role + # using embedded minio + # connection info would be set automatically + # best to use external s3/minio if you have one + # setting embedded to false and set minio/s3 url in envrionment variable auth: rootUser: minioadmin rootPassword: minioadmin