262 clearml agent wrong nindent for agentk8sglue deployment template (#267)

* Fixed: wrong indentation

* Changed: bump up
This commit is contained in:
Valeriano Manassero 2024-01-10 09:23:52 +01:00 committed by GitHub
parent 28d9fe82f6
commit 25de2dfaeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: clearml-agent name: clearml-agent
description: MLOps platform Task running agent description: MLOps platform Task running agent
type: application type: application
version: "5.1.1" version: "5.1.2"
appVersion: "1.24" appVersion: "1.24"
kubeVersion: ">= 1.21.0-0 < 1.29.0-0" kubeVersion: ">= 1.21.0-0 < 1.29.0-0"
home: https://clear.ml home: https://clear.ml
@ -20,5 +20,5 @@ keywords:
- "task agent" - "task agent"
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: added - kind: fixed
description: kubernetes 1.28 support description: wrong indentation on volumeMounts

View File

@ -1,6 +1,6 @@
# ClearML Kubernetes Agent # 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 MLOps platform Task running agent

View File

@ -74,7 +74,7 @@ spec:
readOnly: true readOnly: true
{{- end }} {{- end }}
{{- if .Values.agentk8sglue.volumeMounts }} {{- if .Values.agentk8sglue.volumeMounts }}
{{- toYaml .Values.agentk8sglue.volumeMounts | nindent 10 }} {{- toYaml .Values.agentk8sglue.volumeMounts | nindent 12 }}
{{- end }} {{- end }}
{{- range .Values.agentk8sglue.fileMounts }} {{- range .Values.agentk8sglue.fileMounts }}
- name: filemounts - name: filemounts