mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-04-17 01:31:13 +00:00
Changed: upgrade app to 1.12
This commit is contained in:
parent
5ef3727154
commit
ce71fb0a81
@ -3,7 +3,7 @@ name: clearml
|
|||||||
description: MLOps platform
|
description: MLOps platform
|
||||||
type: application
|
type: application
|
||||||
version: "7.2.3"
|
version: "7.2.3"
|
||||||
appVersion: "1.11.0"
|
appVersion: "1.12.0"
|
||||||
kubeVersion: ">= 1.21.0-0 < 1.28.0-0"
|
kubeVersion: ">= 1.21.0-0 < 1.28.0-0"
|
||||||
home: https://clear.ml
|
home: https://clear.ml
|
||||||
icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg
|
icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg
|
||||||
@ -32,5 +32,5 @@ dependencies:
|
|||||||
condition: elasticsearch.enabled
|
condition: elasticsearch.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: fixed
|
- kind: changed
|
||||||
description: production values.yaml proposal
|
description: application version upgrade to 1.12
|
||||||
|
|||||||
@ -63,7 +63,7 @@ apiserver:
|
|||||||
registry: ""
|
registry: ""
|
||||||
repository: "allegroai/clearml"
|
repository: "allegroai/clearml"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "1.11.0-373"
|
tag: "1.12.0-393"
|
||||||
# -- Api Server internal service configuration
|
# -- Api Server internal service configuration
|
||||||
service:
|
service:
|
||||||
# -- specific annotation for Api Server service
|
# -- specific annotation for Api Server service
|
||||||
@ -177,7 +177,7 @@ fileserver:
|
|||||||
registry: ""
|
registry: ""
|
||||||
repository: "allegroai/clearml"
|
repository: "allegroai/clearml"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "1.11.0-373"
|
tag: "1.12.0-393"
|
||||||
# -- File Server internal service configuration
|
# -- File Server internal service configuration
|
||||||
service:
|
service:
|
||||||
# -- specific annotation for File Server service
|
# -- specific annotation for File Server service
|
||||||
@ -259,7 +259,7 @@ webserver:
|
|||||||
registry: ""
|
registry: ""
|
||||||
repository: "allegroai/clearml"
|
repository: "allegroai/clearml"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "1.11.0-373"
|
tag: "1.12.0-393"
|
||||||
# -- Web Server internal service configuration
|
# -- Web Server internal service configuration
|
||||||
service:
|
service:
|
||||||
# -- specific annotation for Web Server service
|
# -- specific annotation for Web Server service
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user