mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-02-07 05:18:11 +00:00
Fix label typo (#266)
* Fixed: clearml labels function reference name * Changed: bump up version
This commit is contained in:
parent
e680990d10
commit
28d9fe82f6
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: clearml-serving
|
name: clearml-serving
|
||||||
description: ClearML Serving Helm Chart
|
description: ClearML Serving Helm Chart
|
||||||
type: application
|
type: application
|
||||||
version: "1.5.2"
|
version: "1.5.3"
|
||||||
appVersion: "1.3.0"
|
appVersion: "1.3.0"
|
||||||
kubeVersion: ">= 1.21.0-0 < 1.29.0-0"
|
kubeVersion: ">= 1.21.0-0 < 1.29.0-0"
|
||||||
home: https://clear.ml
|
home: https://clear.ml
|
||||||
@ -34,6 +34,4 @@ dependencies:
|
|||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: fixed
|
- kind: fixed
|
||||||
description: missing extraEnvs
|
description: clearml labels helper function reference
|
||||||
- kind: fixed
|
|
||||||
description: added runtimeClassName for triton pods and fixed nodeSelector not working
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# ClearML Kubernetes Serving
|
# ClearML Kubernetes Serving
|
||||||
|
|
||||||
![Version: 1.5.2](https://img.shields.io/badge/Version-1.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.0](https://img.shields.io/badge/AppVersion-1.3.0-informational?style=flat-square)
|
![Version: 1.5.3](https://img.shields.io/badge/Version-1.5.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.0](https://img.shields.io/badge/AppVersion-1.3.0-informational?style=flat-square)
|
||||||
|
|
||||||
ClearML Serving Helm Chart
|
ClearML Serving Helm Chart
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ kind: ConfigMap
|
|||||||
metadata:
|
metadata:
|
||||||
name: "{{ include "clearmlServing.fullname" . }}-inference-configmap"
|
name: "{{ include "clearmlServing.fullname" . }}-inference-configmap"
|
||||||
labels:
|
labels:
|
||||||
{{- include "clearml.labels" . | nindent 4 }}
|
{{- include "clearmlServing.labels" . | nindent 4 }}
|
||||||
data:
|
data:
|
||||||
{{- range $key, $val := .Values.clearml_serving_inference.additionalConfigs }}
|
{{- range $key, $val := .Values.clearml_serving_inference.additionalConfigs }}
|
||||||
{{ $key }}: |
|
{{ $key }}: |
|
||||||
|
@ -5,7 +5,7 @@ kind: ConfigMap
|
|||||||
metadata:
|
metadata:
|
||||||
name: "{{ include "clearmlServing.fullname" . }}-statistics-configmap"
|
name: "{{ include "clearmlServing.fullname" . }}-statistics-configmap"
|
||||||
labels:
|
labels:
|
||||||
{{- include "clearml.labels" . | nindent 4 }}
|
{{- include "clearmlServing.labels" . | nindent 4 }}
|
||||||
data:
|
data:
|
||||||
{{- range $key, $val := .Values.clearml_serving_statistics.additionalConfigs }}
|
{{- range $key, $val := .Values.clearml_serving_statistics.additionalConfigs }}
|
||||||
{{ $key }}: |
|
{{ $key }}: |
|
||||||
|
@ -5,7 +5,7 @@ kind: ConfigMap
|
|||||||
metadata:
|
metadata:
|
||||||
name: "{{ include "clearmlServing.fullname" . }}-triton-configmap"
|
name: "{{ include "clearmlServing.fullname" . }}-triton-configmap"
|
||||||
labels:
|
labels:
|
||||||
{{- include "clearml.labels" . | nindent 4 }}
|
{{- include "clearmlServing.labels" . | nindent 4 }}
|
||||||
data:
|
data:
|
||||||
{{- range $key, $val := .Values.clearml_serving_triton.additionalConfigs }}
|
{{- range $key, $val := .Values.clearml_serving_triton.additionalConfigs }}
|
||||||
{{ $key }}: |
|
{{ $key }}: |
|
||||||
|
Loading…
Reference in New Issue
Block a user