mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-04-17 01:31:13 +00:00
250 clearml serving issue title (#251)
* Fixed: name reference * Changed: bump up version
This commit is contained in:
parent
b42a93e361
commit
a36519536b
@ -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.4.1"
|
version: "1.4.2"
|
||||||
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
|
||||||
@ -33,5 +33,5 @@ dependencies:
|
|||||||
condition: grafana.enabled
|
condition: grafana.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: added
|
- kind: fixed
|
||||||
description: kubernetes 1.28 support
|
description: wrong clearmlServing reference in secrets
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# ClearML Kubernetes Serving
|
# ClearML Kubernetes Serving
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
ClearML Serving Helm Chart
|
ClearML Serving Helm Chart
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "clearmlAgent.fullname" . }}-ark
|
name: {{ include "clearmlServing.fullname" . }}-ark
|
||||||
type: kubernetes.io/dockerconfigjson
|
type: kubernetes.io/dockerconfigjson
|
||||||
data:
|
data:
|
||||||
.dockerconfigjson: {{ template "imagePullSecret" . }}
|
.dockerconfigjson: {{ template "imagePullSecret" . }}
|
||||||
|
Loading…
Reference in New Issue
Block a user