From bdea0e778b29d35cff0c87960bee8d9018a87d28 Mon Sep 17 00:00:00 2001 From: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com> Date: Thu, 12 Jan 2023 08:21:38 +0100 Subject: [PATCH] Fix nodeport (#126) * fixed: agent nodeSelector * Changed: version bump --- charts/clearml-agent/Chart.yaml | 2 +- charts/clearml-agent/README.md | 2 +- charts/clearml-agent/templates/agentk8sglue-deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/clearml-agent/Chart.yaml b/charts/clearml-agent/Chart.yaml index aaa1a62..4ef2f03 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 type: application -version: "3.1.2" +version: "3.1.3" appVersion: "1.24" kubeVersion: ">= 1.19.0-0 < 1.26.0-0" home: https://clear.ml diff --git a/charts/clearml-agent/README.md b/charts/clearml-agent/README.md index 03530c3..75cc6fa 100644 --- a/charts/clearml-agent/README.md +++ b/charts/clearml-agent/README.md @@ -1,6 +1,6 @@ # ClearML Kubernetes Agent -![Version: 3.1.2](https://img.shields.io/badge/Version-3.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) +![Version: 3.1.3](https://img.shields.io/badge/Version-3.1.3-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 diff --git a/charts/clearml-agent/templates/agentk8sglue-deployment.yaml b/charts/clearml-agent/templates/agentk8sglue-deployment.yaml index ffb6c85..97e61d0 100644 --- a/charts/clearml-agent/templates/agentk8sglue-deployment.yaml +++ b/charts/clearml-agent/templates/agentk8sglue-deployment.yaml @@ -164,7 +164,7 @@ spec: - name: K8S_GLUE_QUEUE value: {{ .Values.agentk8sglue.queue }} {{- end }} - {{- with .Values.agentk8sglue.basePodTemplate.nodeSelector}} + {{- with .Values.agentk8sglue.nodeSelector}} nodeSelector: {{- toYaml . | nindent 8 }} {{- end }}