mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-01-31 00:56:52 +00:00
277 apiserver and asyncdelete apiserver having the same selector (#278)
* Fixed: asyncdelete wrong selector * Changed: bump up
This commit is contained in:
parent
4242e518ae
commit
4cb8db5baf
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: clearml
|
name: clearml
|
||||||
description: MLOps platform
|
description: MLOps platform
|
||||||
type: application
|
type: application
|
||||||
version: "7.8.1"
|
version: "7.8.2"
|
||||||
appVersion: "1.15"
|
appVersion: "1.15"
|
||||||
kubeVersion: ">= 1.21.0-0 < 1.30.0-0"
|
kubeVersion: ">= 1.21.0-0 < 1.30.0-0"
|
||||||
home: https://clear.ml
|
home: https://clear.ml
|
||||||
@ -33,4 +33,4 @@ dependencies:
|
|||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: fixed
|
- kind: fixed
|
||||||
description: missing async delete config mount
|
description: asyncdelete wrong selector
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# ClearML Ecosystem for Kubernetes
|
# ClearML Ecosystem for Kubernetes
|
||||||
|
|
||||||
![Version: 7.8.1](https://img.shields.io/badge/Version-7.8.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.15](https://img.shields.io/badge/AppVersion-1.15-informational?style=flat-square)
|
![Version: 7.8.2](https://img.shields.io/badge/Version-7.8.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.15](https://img.shields.io/badge/AppVersion-1.15-informational?style=flat-square)
|
||||||
|
|
||||||
MLOps platform
|
MLOps platform
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ spec:
|
|||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
{{- include "apiserver.selectorLabels" . | nindent 6 }}
|
{{- include "clearml.selectorLabels" . | nindent 6 }}
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
{{- with .Values.apiserver.podAnnotations }}
|
{{- with .Values.apiserver.podAnnotations }}
|
||||||
@ -18,7 +18,7 @@ spec:
|
|||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "apiserver.selectorLabels" . | nindent 8 }}
|
{{- include "clearml.selectorLabels" . | nindent 8 }}
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: {{ .Values.apiserver.serviceAccountName }}-apiserver
|
serviceAccountName: {{ .Values.apiserver.serviceAccountName }}-apiserver
|
||||||
{{- if .Values.imageCredentials.enabled }}
|
{{- if .Values.imageCredentials.enabled }}
|
||||||
|
Loading…
Reference in New Issue
Block a user