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
|
||||
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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user