From 25de2dfaebd3ab8b1b8cbf2ec66744033a0a9598 Mon Sep 17 00:00:00 2001 From: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com> Date: Wed, 10 Jan 2024 09:23:52 +0100 Subject: [PATCH] 262 clearml agent wrong nindent for agentk8sglue deployment template (#267) * Fixed: wrong indentation * Changed: bump up --- charts/clearml-agent/Chart.yaml | 6 +++--- charts/clearml-agent/README.md | 2 +- charts/clearml-agent/templates/agentk8sglue-deployment.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/clearml-agent/Chart.yaml b/charts/clearml-agent/Chart.yaml index 0b3eda3..eaa484a 100644 --- a/charts/clearml-agent/Chart.yaml +++ b/charts/clearml-agent/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: clearml-agent description: MLOps platform Task running agent type: application -version: "5.1.1" +version: "5.1.2" appVersion: "1.24" kubeVersion: ">= 1.21.0-0 < 1.29.0-0" home: https://clear.ml @@ -20,5 +20,5 @@ keywords: - "task agent" annotations: artifacthub.io/changes: | - - kind: added - description: kubernetes 1.28 support + - kind: fixed + description: wrong indentation on volumeMounts diff --git a/charts/clearml-agent/README.md b/charts/clearml-agent/README.md index 4b250cb..168a7be 100644 --- a/charts/clearml-agent/README.md +++ b/charts/clearml-agent/README.md @@ -1,6 +1,6 @@ # ClearML Kubernetes Agent -![Version: 5.1.1](https://img.shields.io/badge/Version-5.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.24](https://img.shields.io/badge/AppVersion-1.24-informational?style=flat-square) +![Version: 5.1.2](https://img.shields.io/badge/Version-5.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.24](https://img.shields.io/badge/AppVersion-1.24-informational?style=flat-square) MLOps platform Task running agent diff --git a/charts/clearml-agent/templates/agentk8sglue-deployment.yaml b/charts/clearml-agent/templates/agentk8sglue-deployment.yaml index 761d3ef..2dcdd01 100644 --- a/charts/clearml-agent/templates/agentk8sglue-deployment.yaml +++ b/charts/clearml-agent/templates/agentk8sglue-deployment.yaml @@ -74,7 +74,7 @@ spec: readOnly: true {{- end }} {{- if .Values.agentk8sglue.volumeMounts }} - {{- toYaml .Values.agentk8sglue.volumeMounts | nindent 10 }} + {{- toYaml .Values.agentk8sglue.volumeMounts | nindent 12 }} {{- end }} {{- range .Values.agentk8sglue.fileMounts }} - name: filemounts