277 apiserver and asyncdelete apiserver having the same selector (#278)

* Fixed: asyncdelete wrong selector

* Changed: bump up
This commit is contained in:
Valeriano Manassero 2024-03-28 14:12:55 +01:00 committed by GitHub
parent 4242e518ae
commit 4cb8db5baf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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 }}