mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-02-07 13:22:12 +00:00
Fix fileserver pvc class (#125)
* Fixed: fileserver custom storageclass * Changed: version bump
This commit is contained in:
parent
1cc3018ef3
commit
1ea09e63e5
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: clearml
|
name: clearml
|
||||||
description: MLOps platform
|
description: MLOps platform
|
||||||
type: application
|
type: application
|
||||||
version: "5.0.1"
|
version: "5.0.2"
|
||||||
appVersion: "1.9.0"
|
appVersion: "1.9.0"
|
||||||
kubeVersion: ">= 1.21.0-0 < 1.26.0-0"
|
kubeVersion: ">= 1.21.0-0 < 1.26.0-0"
|
||||||
home: https://clear.ml
|
home: https://clear.ml
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# ClearML Ecosystem for Kubernetes
|
# 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
|
MLOps platform
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: {{ .Values.fileserver.storage.data.size | quote }}
|
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 }}
|
storageClassName: {{ .Values.fileserver.storage.data.class | quote }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user