Affinity patch (#199)

* Fixed: affiniti indentation

* Changed: bump up version
This commit is contained in:
Valeriano Manassero 2023-03-30 14:26:33 +02:00 committed by GitHub
parent 9be7ad40c0
commit dad921e562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 8 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: "4.0.5" version: "4.0.6"
appVersion: "1.24" appVersion: "1.24"
kubeVersion: ">= 1.21.0-0 < 1.27.0-0" kubeVersion: ">= 1.21.0-0 < 1.27.0-0"
home: https://clear.ml home: https://clear.ml
@ -21,6 +21,4 @@ keywords:
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: fixed - kind: fixed
description: readme description: affinity indentation
- kind: fixed
description: backoffLimit for enterprise

View File

@ -1,6 +1,6 @@
# ClearML Kubernetes Agent # ClearML Kubernetes Agent
![Version: 4.0.5](https://img.shields.io/badge/Version-4.0.5-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: 4.0.6](https://img.shields.io/badge/Version-4.0.6-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

@ -191,15 +191,15 @@ spec:
{{- end }} {{- end }}
{{- with .Values.agentk8sglue.nodeSelector}} {{- with .Values.agentk8sglue.nodeSelector}}
nodeSelector: nodeSelector:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 10 }}
{{- end }} {{- end }}
{{- with .Values.agentk8sglue.affinity }} {{- with .Values.agentk8sglue.affinity }}
affinity: affinity:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 10 }}
{{- end }} {{- end }}
{{- with .Values.agentk8sglue.tolerations }} {{- with .Values.agentk8sglue.tolerations }}
tolerations: tolerations:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 10 }}
{{- end }} {{- end }}
securityContext: securityContext:
{{ toYaml .Values.agentk8sglue.containerSecurityContext | nindent 12 }} {{ toYaml .Values.agentk8sglue.containerSecurityContext | nindent 12 }}