From e31761039784ae6331c14c072b803954c1659a63 Mon Sep 17 00:00:00 2001 From: Leon Rotim Date: Wed, 8 Jun 2022 08:16:52 +0200 Subject: [PATCH] Fix linebreak formatting (#77) * fix wrong line break delete * version, bugfix inc * regenerate README.md Co-authored-by: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com> --- charts/clearml/Chart.yaml | 2 +- charts/clearml/README.md | 2 +- charts/clearml/templates/pvc-fileserver.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/clearml/Chart.yaml b/charts/clearml/Chart.yaml index f6cc07b..cbdd867 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: "3.10.4" +version: "3.10.5" appVersion: "1.4.0" home: https://clear.ml icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg diff --git a/charts/clearml/README.md b/charts/clearml/README.md index 7cb0642..5a9992a 100644 --- a/charts/clearml/README.md +++ b/charts/clearml/README.md @@ -1,6 +1,6 @@ # ClearML Ecosystem for Kubernetes -![Version: 3.10.4](https://img.shields.io/badge/Version-3.10.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square) +![Version: 3.10.5](https://img.shields.io/badge/Version-3.10.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square) MLOps platform diff --git a/charts/clearml/templates/pvc-fileserver.yaml b/charts/clearml/templates/pvc-fileserver.yaml index 628694f..2ad9010 100644 --- a/charts/clearml/templates/pvc-fileserver.yaml +++ b/charts/clearml/templates/pvc-fileserver.yaml @@ -10,7 +10,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 -}} \ No newline at end of file