mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-04-17 01:31:13 +00:00
Compare commits
2 Commits
clearml-se
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
747c018adb | ||
|
299cc2adb4 |
@ -2,9 +2,9 @@ apiVersion: v2
|
|||||||
name: clearml
|
name: clearml
|
||||||
description: MLOps platform
|
description: MLOps platform
|
||||||
type: application
|
type: application
|
||||||
version: "7.14.2"
|
version: "7.14.4"
|
||||||
appVersion: "2.0"
|
appVersion: "2.0"
|
||||||
kubeVersion: ">= 1.21.0-0 < 1.32.0-0"
|
kubeVersion: ">= 1.21.0-0 < 1.33.0-0"
|
||||||
home: https://clear.ml
|
home: https://clear.ml
|
||||||
icon: https://raw.githubusercontent.com/clearml/clearml/master/docs/clearml-logo.svg
|
icon: https://raw.githubusercontent.com/clearml/clearml/master/docs/clearml-logo.svg
|
||||||
sources:
|
sources:
|
||||||
@ -33,4 +33,4 @@ dependencies:
|
|||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: fixed
|
- kind: fixed
|
||||||
description: "ClearML org rename"
|
description: "casted port to string before concatenation"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# ClearML Ecosystem for Kubernetes
|
# ClearML Ecosystem for Kubernetes
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
MLOps platform
|
MLOps platform
|
||||||
|
|
||||||
@ -141,7 +141,7 @@ For detailed instructions, see the [Optional Configuration](https://github.com/c
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
Kubernetes: `>= 1.21.0-0 < 1.32.0-0`
|
Kubernetes: `>= 1.21.0-0 < 1.33.0-0`
|
||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
|
@ -173,7 +173,7 @@ compose file url
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- printf "%s%s%s" $protocol "://" .Values.fileserver.ingress.hostName }}
|
{{- printf "%s%s%s" $protocol "://" .Values.fileserver.ingress.hostName }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
{{- printf "%s%s%s%s" "http://" (include "fileserver.referenceName" .) ":" .Values.fileserver.service.port }}
|
{{- printf "%s%s%s%s" "http://" (include "fileserver.referenceName" .) ":" ( .Values.fileserver.service.port | toString ) }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user