mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-01-31 00:56:52 +00:00
Enterprise backofflimit (#198)
* Fixed: typo * Fixed: backoff limit * Changed: bump up version * Changed: helm docs update
This commit is contained in:
parent
4f1cebab11
commit
9be7ad40c0
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: clearml-agent
|
||||
description: MLOps platform Task running agent
|
||||
type: application
|
||||
version: "4.0.4"
|
||||
version: "4.0.5"
|
||||
appVersion: "1.24"
|
||||
kubeVersion: ">= 1.21.0-0 < 1.27.0-0"
|
||||
home: https://clear.ml
|
||||
@ -21,4 +21,6 @@ keywords:
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: fixed
|
||||
description: missing init-container in template
|
||||
description: readme
|
||||
- kind: fixed
|
||||
description: backoffLimit for enterprise
|
||||
|
@ -1,6 +1,6 @@
|
||||
# ClearML Kubernetes Agent
|
||||
|
||||
![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)
|
||||
![Version: 4.0.5](https://img.shields.io/badge/Version-4.0.5-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
|
||||
|
||||
@ -34,7 +34,7 @@ Changing values on existing installation can be done with:
|
||||
helm upgrade clearml-agent allegroai/clearml-agent --version <CURRENT CHART VERSION> -f custom_values.yaml
|
||||
```
|
||||
|
||||
### Major upgrade from 5.* to 6.*
|
||||
### Major upgrade from 3.* to 4.*
|
||||
|
||||
Before issuing helm upgrade:
|
||||
|
||||
|
@ -31,7 +31,7 @@ Changing values on existing installation can be done with:
|
||||
helm upgrade clearml-agent allegroai/clearml-agent --version <CURRENT CHART VERSION> -f custom_values.yaml
|
||||
```
|
||||
|
||||
### Major upgrade from 5.* to 6.*
|
||||
### Major upgrade from 3.* to 4.*
|
||||
|
||||
Before issuing helm upgrade:
|
||||
|
||||
|
@ -274,6 +274,6 @@ Create a task container template
|
||||
spec:
|
||||
{{- $data := dict "main" $ "key" $key "value" $value -}}
|
||||
{{- include "taskContainer.containerTemplate" $data | nindent 8 }}
|
||||
backoffLimit: 0
|
||||
backoffLimit: 4
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user