Skip to content

Commit

Permalink
fix: update the chart version for minio in merlin default values
Browse files Browse the repository at this point in the history
  • Loading branch information
maniteja6799 committed Dec 4, 2023
1 parent ac3bbf8 commit 81d9106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/merlin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ The following table lists the configurable parameters of the Merlin chart and th
| minio.helmChart.namespace | string | `"minio"` | |
| minio.helmChart.release | string | `"minio"` | |
| minio.helmChart.repository | string | `"https://charts.min.io/"` | |
| minio.helmChart.version | string | `"7.0.4"` | |
| minio.helmChart.version | string | `"5.0.14"` | |
| minio.hook.weight | string | `"-2"` | |
| mlflow-postgresql.enabled | bool | `true` | |
| mlflow-postgresql.persistence.enabled | bool | `true` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/merlin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ minio:
helmChart:
chart: minio
repository: "https://charts.min.io/"
version: 7.0.4
version: 5.0.14
release: minio
namespace: minio
createNamespace: true
Expand Down

0 comments on commit 81d9106

Please sign in to comment.