diff --git a/charts/clearml/Chart.yaml b/charts/clearml/Chart.yaml index 1ab30a9..bcee561 100644 --- a/charts/clearml/Chart.yaml +++ b/charts/clearml/Chart.yaml @@ -3,7 +3,7 @@ name: clearml description: MLOps platform type: application version: "7.2.3" -appVersion: "1.11.0" +appVersion: "1.12.0" kubeVersion: ">= 1.21.0-0 < 1.28.0-0" home: https://clear.ml icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg @@ -32,5 +32,5 @@ dependencies: condition: elasticsearch.enabled annotations: artifacthub.io/changes: | - - kind: fixed - description: production values.yaml proposal + - kind: changed + description: application version upgrade to 1.12 diff --git a/charts/clearml/values.yaml b/charts/clearml/values.yaml index e1a7f1d..cf56f7b 100644 --- a/charts/clearml/values.yaml +++ b/charts/clearml/values.yaml @@ -63,7 +63,7 @@ apiserver: registry: "" repository: "allegroai/clearml" pullPolicy: IfNotPresent - tag: "1.11.0-373" + tag: "1.12.0-393" # -- Api Server internal service configuration service: # -- specific annotation for Api Server service @@ -177,7 +177,7 @@ fileserver: registry: "" repository: "allegroai/clearml" pullPolicy: IfNotPresent - tag: "1.11.0-373" + tag: "1.12.0-393" # -- File Server internal service configuration service: # -- specific annotation for File Server service @@ -259,7 +259,7 @@ webserver: registry: "" repository: "allegroai/clearml" pullPolicy: IfNotPresent - tag: "1.11.0-373" + tag: "1.12.0-393" # -- Web Server internal service configuration service: # -- specific annotation for Web Server service