diff --git a/charts/clearml/Chart.yaml b/charts/clearml/Chart.yaml index 339f33c..3454f45 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: "3.5.0" +version: "3.5.1" appVersion: "1.2.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 1014126..b76b7c2 100644 --- a/charts/clearml/README.md +++ b/charts/clearml/README.md @@ -1,6 +1,6 @@ # ClearML Ecosystem for Kubernetes -![Version: 3.5.0](https://img.shields.io/badge/Version-3.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) +![Version: 3.5.1](https://img.shields.io/badge/Version-3.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) MLOps platform @@ -266,7 +266,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.1"` | | +| fileserver.image.tag | string | `"1.2.0"` | | | fileserver.nodeSelector | object | `{}` | | | fileserver.podAnnotations | object | `{}` | | | fileserver.replicaCount | int | `1` | | @@ -319,7 +319,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.1"` | | +| webserver.image.tag | string | `"1.2.0"` | | | webserver.nodeSelector | object | `{}` | | | webserver.podAnnotations | object | `{}` | | | webserver.replicaCount | int | `1` | | diff --git a/charts/clearml/values.yaml b/charts/clearml/values.yaml index cee2700..1ab5712 100644 --- a/charts/clearml/values.yaml +++ b/charts/clearml/values.yaml @@ -108,7 +108,7 @@ fileserver: image: repository: "allegroai/clearml" pullPolicy: IfNotPresent - tag: "1.1.1" + tag: "1.2.0" extraEnvs: [] @@ -153,7 +153,7 @@ webserver: image: repository: "allegroai/clearml" pullPolicy: IfNotPresent - tag: "1.1.1" + tag: "1.2.0" podAnnotations: {}