mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-04-17 01:31:13 +00:00
Merge branch 'main' into add-multihost-elasticsearch-support
This commit is contained in:
commit
5c435146c8
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: clearml-agent
|
name: clearml-agent
|
||||||
description: MLOps platform Task running agent
|
description: MLOps platform Task running agent
|
||||||
type: application
|
type: application
|
||||||
version: "3.3.0"
|
version: "3.3.1"
|
||||||
appVersion: "1.24"
|
appVersion: "1.24"
|
||||||
kubeVersion: ">= 1.21.0-0 < 1.27.0-0"
|
kubeVersion: ">= 1.21.0-0 < 1.27.0-0"
|
||||||
home: https://clear.ml
|
home: https://clear.ml
|
||||||
@ -20,5 +20,5 @@ keywords:
|
|||||||
- "task agent"
|
- "task agent"
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: added
|
- kind: fixed
|
||||||
description: affinity parameter
|
description: typo on existingSecret references
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# ClearML Kubernetes Agent
|
# ClearML Kubernetes Agent
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
MLOps platform Task running agent
|
MLOps platform Task running agent
|
||||||
|
|
||||||
|
|||||||
@ -28,7 +28,7 @@ data:
|
|||||||
{{- if $.Values.imageCredentials.enabled }}
|
{{- if $.Values.imageCredentials.enabled }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{- if $.Values.imageCredentials.existingSecret }}
|
{{- if $.Values.imageCredentials.existingSecret }}
|
||||||
- name: $.Values.imageCredentials.existingSecret
|
- name: {{ $.Values.imageCredentials.existingSecret }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
- name: {{ include "clearml.name" $ }}-ark
|
- name: {{ include "clearml.name" $ }}-ark
|
||||||
{{- end }}
|
{{- end }}
|
||||||
@ -206,7 +206,7 @@ data:
|
|||||||
{{- if .Values.imageCredentials.enabled }}
|
{{- if .Values.imageCredentials.enabled }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{- if .Values.imageCredentials.existingSecret }}
|
{{- if .Values.imageCredentials.existingSecret }}
|
||||||
- name: {{.Values.imageCredentials.existingSecret}}
|
- name: {{ .Values.imageCredentials.existingSecret }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
- name: name: {{ include "clearml.name" $ }}-ark
|
- name: name: {{ include "clearml.name" $ }}-ark
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@ -22,7 +22,7 @@ spec:
|
|||||||
{{- if .Values.imageCredentials.enabled }}
|
{{- if .Values.imageCredentials.enabled }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{- if .Values.imageCredentials.existingSecret }}
|
{{- if .Values.imageCredentials.existingSecret }}
|
||||||
- name: .Values.imageCredentials.existingSecret
|
- name: {{ .Values.imageCredentials.existingSecret }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
- name: {{ include "clearml.name" . }}-ark
|
- name: {{ include "clearml.name" . }}-ark
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@ -12,7 +12,7 @@ data:
|
|||||||
{{- if $.Values.imageCredentials.enabled }}
|
{{- if $.Values.imageCredentials.enabled }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{- if $.Values.imageCredentials.existingSecret }}
|
{{- if $.Values.imageCredentials.existingSecret }}
|
||||||
- name: $.Values.imageCredentials.existingSecret
|
- name: {{ $.Values.imageCredentials.existingSecret }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
- name: clearml-registry-key
|
- name: clearml-registry-key
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@ -23,7 +23,7 @@ spec:
|
|||||||
{{- if .Values.imageCredentials.enabled }}
|
{{- if .Values.imageCredentials.enabled }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{- if .Values.imageCredentials.existingSecret }}
|
{{- if .Values.imageCredentials.existingSecret }}
|
||||||
- name: .Values.imageCredentials.existingSecret
|
- name: {{ .Values.imageCredentials.existingSecret }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
- name: clearml-registry-key
|
- name: clearml-registry-key
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@ -22,7 +22,7 @@ spec:
|
|||||||
{{- if .Values.imageCredentials.enabled }}
|
{{- if .Values.imageCredentials.enabled }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{- if .Values.imageCredentials.existingSecret }}
|
{{- if .Values.imageCredentials.existingSecret }}
|
||||||
- name: .Values.imageCredentials.existingSecret
|
- name: {{ .Values.imageCredentials.existingSecret }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
- name: clearml-registry-key
|
- name: clearml-registry-key
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@ -22,7 +22,7 @@ spec:
|
|||||||
{{- if .Values.imageCredentials.enabled }}
|
{{- if .Values.imageCredentials.enabled }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{- if .Values.imageCredentials.existingSecret }}
|
{{- if .Values.imageCredentials.existingSecret }}
|
||||||
- name: .Values.imageCredentials.existingSecret
|
- name: {{ .Values.imageCredentials.existingSecret }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
- name: clearml-registry-key
|
- name: clearml-registry-key
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user