diff --git a/charts/clearml/Chart.yaml b/charts/clearml/Chart.yaml index 005fe23..1534cc1 100644 --- a/charts/clearml/Chart.yaml +++ b/charts/clearml/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: clearml description: MLOps platform type: application -version: "5.8.1" +version: "5.8.2" appVersion: "1.9.2" kubeVersion: ">= 1.21.0-0 < 1.27.0-0" home: https://clear.ml @@ -33,4 +33,4 @@ dependencies: annotations: artifacthub.io/changes: | - kind: fixed - description: mongodb healthcheck for production config + description: app agent base image parameter diff --git a/charts/clearml/README.md b/charts/clearml/README.md index ad1844d..6fc5ade 100644 --- a/charts/clearml/README.md +++ b/charts/clearml/README.md @@ -1,6 +1,6 @@ # ClearML Ecosystem for Kubernetes -![Version: 5.8.1](https://img.shields.io/badge/Version-5.8.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.2](https://img.shields.io/badge/AppVersion-1.9.2-informational?style=flat-square) +![Version: 5.8.2](https://img.shields.io/badge/Version-5.8.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.2](https://img.shields.io/badge/AppVersion-1.9.2-informational?style=flat-square) MLOps platform diff --git a/charts/clearml/templates/apps-deployment.yaml b/charts/clearml/templates/apps-deployment.yaml index 54083b5..0a4f394 100644 --- a/charts/clearml/templates/apps-deployment.yaml +++ b/charts/clearml/templates/apps-deployment.yaml @@ -70,7 +70,7 @@ spec: value: "http://{{ include "fileserver.referenceName" . }}:{{ .Values.fileserver.service.port }}" - name: CLEARML_WEB_HOST value: "http://{{ include "webserver.referenceName" . }}:{{ .Values.webserver.service.port }}" - - name: CLEARML_AGENT_DEFAULT_BASE_DOCKER + - name: CLEARML_DOCKER_IMAGE value: "{{ .Values.enterpriseFeatures.clearmlApplications.basePodImage.repository }}:{{ .Values.enterpriseFeatures.clearmlApplications.basePodImage.tag }}" - name: CLEARML_WORKER_ID value: "apps-agent-1"