diff --git a/charts/clearml-agent/Chart.yaml b/charts/clearml-agent/Chart.yaml index f1137d0..8c419f3 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.0" +version: "3.1.1" 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 cc75d2e..36059fe 100644 --- a/charts/clearml-agent/README.md +++ b/charts/clearml-agent/README.md @@ -1,6 +1,6 @@ # ClearML Kubernetes Agent -![Version: 3.1.0](https://img.shields.io/badge/Version-3.1.0-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.1](https://img.shields.io/badge/Version-3.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) MLOps platform diff --git a/charts/clearml-agent/templates/_helpers.tpl b/charts/clearml-agent/templates/_helpers.tpl index 610d502..3239bae 100644 --- a/charts/clearml-agent/templates/_helpers.tpl +++ b/charts/clearml-agent/templates/_helpers.tpl @@ -78,7 +78,7 @@ Create a string composed by queue names */}} {{- define "agentk8sglue.queues" -}} {{- $list := list }} -{{- range $key, $value := .Values.agentk8sglue.queues }} +{{- range $key, $value := .Values.enterpriseFeatures.queues }} {{- $list = append $list (printf "%s" $key) }} {{- end }} {{- join " " $list }} diff --git a/charts/clearml-agent/templates/agentk8sglue-deployment.yaml b/charts/clearml-agent/templates/agentk8sglue-deployment.yaml index 6b8beb5..896b33c 100644 --- a/charts/clearml-agent/templates/agentk8sglue-deployment.yaml +++ b/charts/clearml-agent/templates/agentk8sglue-deployment.yaml @@ -157,7 +157,7 @@ spec: - name: "CLEARML_K8S_GLUE_POD_MIN_RES_FIELD" value: {{.Values.enterpriseFeatures.monitoredResources.minResourcesFieldName}} - name: "CLEARML_K8S_GLUE_MAX_RESOURCES" - value: "{{.Values.agentk8sglue.monitoredResources.maxResources}}" + value: "{{.Values.enterpriseFeatures.monitoredResources.maxResources}}" - name: "CLEARML_K8S_GLUE_POD_MAX_RES_FIELD" value: {{.Values.enterpriseFeatures.monitoredResources.maxResourcesFieldName}} {{- else }}