mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-02-07 13:22:12 +00:00
195 missing initcontainers section in agentk8sglue configmapyaml (#196)
* Added: init-container * Changed: bump up version
This commit is contained in:
parent
27b52fa5b3
commit
870338ebff
@ -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: "4.0.3"
|
version: "4.0.4"
|
||||||
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
|
||||||
@ -21,4 +21,4 @@ keywords:
|
|||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: fixed
|
- kind: fixed
|
||||||
description: wrong selector for agent
|
description: missing init-container in template
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# ClearML Kubernetes Agent
|
# ClearML Kubernetes Agent
|
||||||
|
|
||||||
![Version: 4.0.3](https://img.shields.io/badge/Version-4.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.24](https://img.shields.io/badge/AppVersion-1.24-informational?style=flat-square)
|
![Version: 4.0.4](https://img.shields.io/badge/Version-4.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.24](https://img.shields.io/badge/AppVersion-1.24-informational?style=flat-square)
|
||||||
|
|
||||||
MLOps platform Task running agent
|
MLOps platform Task running agent
|
||||||
|
|
||||||
|
@ -45,6 +45,8 @@ data:
|
|||||||
securityContext:
|
securityContext:
|
||||||
{{ toYaml .Values.agentk8sglue.basePodTemplate.podSecurityContext | nindent 8 }}
|
{{ toYaml .Values.agentk8sglue.basePodTemplate.podSecurityContext | nindent 8 }}
|
||||||
priorityClassName: {{ .Values.agentk8sglue.basePodTemplate.priorityClassName }}
|
priorityClassName: {{ .Values.agentk8sglue.basePodTemplate.priorityClassName }}
|
||||||
|
initContainers:
|
||||||
|
{{- toYaml .Values.agentk8sglue.basePodTemplate.initContainers | nindent 8 }}
|
||||||
containers:
|
containers:
|
||||||
- resources:
|
- resources:
|
||||||
{{- toYaml .Values.agentk8sglue.basePodTemplate.resources | nindent 10 }}
|
{{- toYaml .Values.agentk8sglue.basePodTemplate.resources | nindent 10 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user