From 8747bceb4e288f9ba7f783ac716d9fe6814ee4da Mon Sep 17 00:00:00 2001 From: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com> Date: Wed, 5 Oct 2022 14:34:47 +0200 Subject: [PATCH] 1.7.0 upgrade (#112) * Changed: mage update * Changed: version update --- charts/clearml/Chart.yaml | 4 ++-- charts/clearml/README.md | 16 ++++++++-------- charts/clearml/values.yaml | 14 +++++++------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/charts/clearml/Chart.yaml b/charts/clearml/Chart.yaml index 63cb247..f20670d 100644 --- a/charts/clearml/Chart.yaml +++ b/charts/clearml/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: clearml description: MLOps platform type: application -version: "4.2.1" -appVersion: "1.6.0" +version: "4.3.0" +appVersion: "1.7.0" kubeVersion: ">= 1.21.0-0 < 1.26.0-0" home: https://clear.ml icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg diff --git a/charts/clearml/README.md b/charts/clearml/README.md index c40517c..bfeb8ce 100644 --- a/charts/clearml/README.md +++ b/charts/clearml/README.md @@ -1,6 +1,6 @@ # ClearML Ecosystem for Kubernetes -![Version: 4.2.1](https://img.shields.io/badge/Version-4.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.0](https://img.shields.io/badge/AppVersion-1.6.0-informational?style=flat-square) +![Version: 4.3.0](https://img.shields.io/badge/Version-4.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.0](https://img.shields.io/badge/AppVersion-1.7.0-informational?style=flat-square) MLOps platform @@ -138,7 +138,7 @@ Kubernetes: `>= 1.21.0-0 < 1.26.0-0` | apiserver.extraEnvs | list | `[]` | | | apiserver.image.pullPolicy | string | `"IfNotPresent"` | | | apiserver.image.repository | string | `"allegroai/clearml"` | | -| apiserver.image.tag | string | `"1.6.0"` | | +| apiserver.image.tag | string | `"1.7.0"` | | | apiserver.livenessDelay | int | `60` | | | apiserver.nodeSelector | object | `{}` | | | apiserver.podAnnotations | object | `{}` | | @@ -190,15 +190,15 @@ Kubernetes: `>= 1.21.0-0 < 1.26.0-0` | elasticsearch.volumeClaimTemplate.resources.requests.storage | string | `"50Gi"` | | | externalServices.elasticsearchHost | string | `""` | Existing ElasticSearch Hostname to use if elasticsearch.enabled is false | | externalServices.elasticsearchPort | int | `9200` | Existing ElasticSearch Port to use if elasticsearch.enabled is false | -| externalServices.mongodbHost | string | `""` | Existing MongoDB Hostname to use if elasticsearch.enabled is false | -| externalServices.mongodbPort | int | `27017` | Existing MongoDB Port to use if elasticsearch.enabled is false | -| externalServices.redisHost | string | `""` | Existing Redis Hostname to use if elasticsearch.enabled is false | -| externalServices.redisPort | int | `6379` | Existing Redis Port to use if elasticsearch.enabled is false | +| externalServices.mongodbHost | string | `""` | Existing MongoDB Hostname to use if mongodb.enabled is false | +| externalServices.mongodbPort | int | `27017` | Existing MongoDB Port to use if mongodb.enabled is false | +| externalServices.redisHost | string | `""` | Existing Redis Hostname to use if redis.enabled is false | +| externalServices.redisPort | int | `6379` | Existing Redis Port to use if redis.enabled is false | | fileserver.affinity | object | `{}` | | | fileserver.extraEnvs | list | `[]` | | | fileserver.image.pullPolicy | string | `"IfNotPresent"` | | | fileserver.image.repository | string | `"allegroai/clearml"` | | -| fileserver.image.tag | string | `"1.6.0"` | | +| fileserver.image.tag | string | `"1.7.0"` | | | fileserver.nodeSelector | object | `{}` | | | fileserver.podAnnotations | object | `{}` | | | fileserver.replicaCount | int | `1` | | @@ -265,7 +265,7 @@ Kubernetes: `>= 1.21.0-0 < 1.26.0-0` | webserver.extraEnvs | list | `[]` | | | webserver.image.pullPolicy | string | `"IfNotPresent"` | | | webserver.image.repository | string | `"allegroai/clearml"` | | -| webserver.image.tag | string | `"1.6.0"` | | +| webserver.image.tag | string | `"1.7.0"` | | | webserver.nodeSelector | object | `{}` | | | webserver.podAnnotations | object | `{}` | | | webserver.replicaCount | int | `1` | | diff --git a/charts/clearml/values.yaml b/charts/clearml/values.yaml index a3a63a1..fb4aa78 100755 --- a/charts/clearml/values.yaml +++ b/charts/clearml/values.yaml @@ -83,7 +83,7 @@ apiserver: image: repository: "allegroai/clearml" pullPolicy: IfNotPresent - tag: "1.6.0" + tag: "1.7.0" extraEnvs: [] @@ -155,7 +155,7 @@ fileserver: image: repository: "allegroai/clearml" pullPolicy: IfNotPresent - tag: "1.6.0" + tag: "1.7.0" extraEnvs: [] @@ -200,7 +200,7 @@ webserver: image: repository: "allegroai/clearml" pullPolicy: IfNotPresent - tag: "1.6.0" + tag: "1.7.0" podAnnotations: {} @@ -229,13 +229,13 @@ externalServices: elasticsearchHost: "" # -- Existing ElasticSearch Port to use if elasticsearch.enabled is false elasticsearchPort: 9200 - # -- Existing MongoDB Hostname to use if elasticsearch.enabled is false + # -- Existing MongoDB Hostname to use if mongodb.enabled is false mongodbHost: "" - # -- Existing MongoDB Port to use if elasticsearch.enabled is false + # -- Existing MongoDB Port to use if mongodb.enabled is false mongodbPort: 27017 - # -- Existing Redis Hostname to use if elasticsearch.enabled is false + # -- Existing Redis Hostname to use if redis.enabled is false redisHost: "" - # -- Existing Redis Port to use if elasticsearch.enabled is false + # -- Existing Redis Port to use if redis.enabled is false redisPort: 6379 redis: # configuration from https://github.com/bitnami/charts/blob/master/bitnami/redis/values.yaml