From a9d57db3a866c0c41a9cdcf6e4d7d0f0c369724b Mon Sep 17 00:00:00 2001 From: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com> Date: Thu, 9 Mar 2023 11:28:12 +0100 Subject: [PATCH] Force agent upgrade apps (#181) * Fixed: force agent update * Changed: bump up version --- charts/clearml/Chart.yaml | 4 ++-- charts/clearml/README.md | 2 +- charts/clearml/templates/apps-deployment.yaml | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/clearml/Chart.yaml b/charts/clearml/Chart.yaml index 1534cc1..c276003 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.2" +version: "5.8.3" 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: app agent base image parameter + description: force app agent update diff --git a/charts/clearml/README.md b/charts/clearml/README.md index 6fc5ade..500ac0c 100644 --- a/charts/clearml/README.md +++ b/charts/clearml/README.md @@ -1,6 +1,6 @@ # ClearML Ecosystem for Kubernetes -![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) +![Version: 5.8.3](https://img.shields.io/badge/Version-5.8.3-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 0a4f394..9bf949e 100644 --- a/charts/clearml/templates/apps-deployment.yaml +++ b/charts/clearml/templates/apps-deployment.yaml @@ -83,6 +83,8 @@ spec: value: "apps_queue" - name: CLEARML_AGENT_DISABLE_SSH_MOUNT value: "1" + - name: K8S_GLUE_POD_AGENT_INSTALL_ARGS + value: " -U" - name: CLEARML_API_ACCESS_KEY valueFrom: secretKeyRef: