Skip to content

Commit

Permalink
clean values template values (#86)
Browse files Browse the repository at this point in the history
* clean values template values

* bump version

* Update values.yaml
  • Loading branch information
LeoQuote authored May 28, 2024
1 parent e93ed91 commit 164332b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
4 changes: 2 additions & 2 deletions charts/dify/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 4 additions & 17 deletions charts/dify/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: <bucket-name>
# region: <bucket-region>
# verify_ssl: true
# port: 443
# access_key_id: <aws-iam-access-key> # or <gcs-hmac-key> if using GCS
# secret_access_key: <aws-iam-secret> # or <gcs-hmac-secret> if using GCS
# iam_auth: <boolean, default false> # 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
Expand Down

0 comments on commit 164332b

Please sign in to comment.