diff --git a/charts/clearml/Chart.yaml b/charts/clearml/Chart.yaml index e35937a..daf305a 100644 --- a/charts/clearml/Chart.yaml +++ b/charts/clearml/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: clearml description: MLOps platform type: application -version: "5.0.1" +version: "5.0.2" appVersion: "1.9.0" kubeVersion: ">= 1.21.0-0 < 1.26.0-0" home: https://clear.ml diff --git a/charts/clearml/README.md b/charts/clearml/README.md index a3acec4..98a335b 100644 --- a/charts/clearml/README.md +++ b/charts/clearml/README.md @@ -1,6 +1,6 @@ # ClearML Ecosystem for Kubernetes -![Version: 5.0.1](https://img.shields.io/badge/Version-5.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.0](https://img.shields.io/badge/AppVersion-1.9.0-informational?style=flat-square) +![Version: 5.0.2](https://img.shields.io/badge/Version-5.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.0](https://img.shields.io/badge/AppVersion-1.9.0-informational?style=flat-square) MLOps platform diff --git a/charts/clearml/templates/fileserver-pvc.yaml b/charts/clearml/templates/fileserver-pvc.yaml index 52d884d..63a9bd1 100644 --- a/charts/clearml/templates/fileserver-pvc.yaml +++ b/charts/clearml/templates/fileserver-pvc.yaml @@ -11,7 +11,7 @@ spec: resources: requests: storage: {{ .Values.fileserver.storage.data.size | quote }} - {{- if .Values.fileserver.storage.data.class -}} + {{- if .Values.fileserver.storage.data.class }} storageClassName: {{ .Values.fileserver.storage.data.class | quote }} {{- end -}} {{- end }}