diff --git a/charts/clearml/Chart.yaml b/charts/clearml/Chart.yaml index 1b1e03c..7acefb4 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: "2.0.0" -appVersion: "1.1.0" +version: "2.0.1" +appVersion: "1.1.1" home: https://clear.ml icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg sources: diff --git a/charts/clearml/README.md b/charts/clearml/README.md index bc35c82..c36c19c 100644 --- a/charts/clearml/README.md +++ b/charts/clearml/README.md @@ -1,6 +1,6 @@ # ClearML Ecosystem for Kubernetes -![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square) +![Version: 2.0.1](https://img.shields.io/badge/Version-2.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.1](https://img.shields.io/badge/AppVersion-1.1.1-informational?style=flat-square) MLOps platform @@ -183,7 +183,7 @@ For detailed instructions, see the [Optional Configuration](https://github.com/a | apiserver.extraEnvs | list | `[]` | | | apiserver.image.pullPolicy | string | `"IfNotPresent"` | | | apiserver.image.repository | string | `"allegroai/clearml"` | | -| apiserver.image.tag | string | `"1.1.0"` | | +| apiserver.image.tag | string | `"1.1.1"` | | | apiserver.livenessDelay | int | `60` | | | apiserver.nodeSelector | object | `{}` | | | apiserver.podAnnotations | object | `{}` | | @@ -239,7 +239,7 @@ For detailed instructions, see the [Optional Configuration](https://github.com/a | fileserver.extraEnvs | list | `[]` | | | fileserver.image.pullPolicy | string | `"IfNotPresent"` | | | fileserver.image.repository | string | `"allegroai/clearml"` | | -| fileserver.image.tag | string | `"1.1.0"` | | +| fileserver.image.tag | string | `"1.1.1"` | | | fileserver.nodeSelector | object | `{}` | | | fileserver.podAnnotations | object | `{}` | | | fileserver.replicaCount | int | `1` | | @@ -278,7 +278,7 @@ For detailed instructions, see the [Optional Configuration](https://github.com/a | webserver.extraEnvs | list | `[]` | | | webserver.image.pullPolicy | string | `"IfNotPresent"` | | | webserver.image.repository | string | `"allegroai/clearml"` | | -| webserver.image.tag | string | `"1.1.0"` | | +| webserver.image.tag | string | `"1.1.1"` | | | webserver.nodeSelector | object | `{}` | | | webserver.podAnnotations | object | `{}` | | | webserver.replicaCount | int | `1` | | diff --git a/charts/clearml/values.yaml b/charts/clearml/values.yaml index 28c4da1..751f8eb 100644 --- a/charts/clearml/values.yaml +++ b/charts/clearml/values.yaml @@ -26,7 +26,7 @@ apiserver: image: repository: "allegroai/clearml" pullPolicy: IfNotPresent - tag: "1.1.0" + tag: "1.1.1" extraEnvs: [] @@ -67,7 +67,7 @@ fileserver: image: repository: "allegroai/clearml" pullPolicy: IfNotPresent - tag: "1.1.0" + tag: "1.1.1" extraEnvs: [] @@ -108,7 +108,7 @@ webserver: image: repository: "allegroai/clearml" pullPolicy: IfNotPresent - tag: "1.1.0" + tag: "1.1.1" podAnnotations: {}