Compare commits

..

No commits in common. "main" and "clearml-serving-1.5.10" have entirely different histories.

3 changed files with 6 additions and 6 deletions

View File

@ -2,9 +2,9 @@ apiVersion: v2
name: clearml
description: MLOps platform
type: application
version: "7.14.4"
version: "7.14.2"
appVersion: "2.0"
kubeVersion: ">= 1.21.0-0 < 1.33.0-0"
kubeVersion: ">= 1.21.0-0 < 1.32.0-0"
home: https://clear.ml
icon: https://raw.githubusercontent.com/clearml/clearml/master/docs/clearml-logo.svg
sources:
@ -33,4 +33,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: fixed
description: "casted port to string before concatenation"
description: "ClearML org rename"

View File

@ -1,6 +1,6 @@
# ClearML Ecosystem for Kubernetes
![Version: 7.14.4](https://img.shields.io/badge/Version-7.14.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0](https://img.shields.io/badge/AppVersion-2.0-informational?style=flat-square)
![Version: 7.14.2](https://img.shields.io/badge/Version-7.14.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0](https://img.shields.io/badge/AppVersion-2.0-informational?style=flat-square)
MLOps platform
@ -141,7 +141,7 @@ For detailed instructions, see the [Optional Configuration](https://github.com/c
## Requirements
Kubernetes: `>= 1.21.0-0 < 1.33.0-0`
Kubernetes: `>= 1.21.0-0 < 1.32.0-0`
| Repository | Name | Version |
|------------|------|---------|

View File

@ -173,7 +173,7 @@ compose file url
{{- end }}
{{- printf "%s%s%s" $protocol "://" .Values.fileserver.ingress.hostName }}
{{- else }}
{{- printf "%s%s%s%s" "http://" (include "fileserver.referenceName" .) ":" ( .Values.fileserver.service.port | toString ) }}
{{- printf "%s%s%s%s" "http://" (include "fileserver.referenceName" .) ":" .Values.fileserver.service.port }}
{{- end }}
{{- end }}