diff --git a/charts/clearml-agent/Chart.yaml b/charts/clearml-agent/Chart.yaml index 44d2226..6c4c054 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: "4.0.5" +version: "4.0.6" appVersion: "1.24" kubeVersion: ">= 1.21.0-0 < 1.27.0-0" home: https://clear.ml @@ -21,6 +21,4 @@ keywords: annotations: artifacthub.io/changes: | - kind: fixed - description: readme - - kind: fixed - description: backoffLimit for enterprise + description: affinity indentation diff --git a/charts/clearml-agent/README.md b/charts/clearml-agent/README.md index 99c5334..c92f532 100644 --- a/charts/clearml-agent/README.md +++ b/charts/clearml-agent/README.md @@ -1,6 +1,6 @@ # 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 diff --git a/charts/clearml-agent/templates/agentk8sglue-deployment.yaml b/charts/clearml-agent/templates/agentk8sglue-deployment.yaml index 300e63d..1429d0b 100644 --- a/charts/clearml-agent/templates/agentk8sglue-deployment.yaml +++ b/charts/clearml-agent/templates/agentk8sglue-deployment.yaml @@ -191,15 +191,15 @@ spec: {{- end }} {{- with .Values.agentk8sglue.nodeSelector}} nodeSelector: - {{- toYaml . | nindent 8 }} + {{- toYaml . | nindent 10 }} {{- end }} {{- with .Values.agentk8sglue.affinity }} affinity: - {{- toYaml . | nindent 8 }} + {{- toYaml . | nindent 10 }} {{- end }} {{- with .Values.agentk8sglue.tolerations }} tolerations: - {{- toYaml . | nindent 8 }} + {{- toYaml . | nindent 10 }} {{- end }} securityContext: {{ toYaml .Values.agentk8sglue.containerSecurityContext | nindent 12 }}