Skip to content

Commit

Permalink
277 apiserver and asyncdelete apiserver having the same selector (#278)
Browse files Browse the repository at this point in the history
* Fixed: asyncdelete wrong selector

* Changed: bump up
  • Loading branch information
valeriano-manassero authored Mar 28, 2024
1 parent 4242e51 commit 4cb8db5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/clearml/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: clearml
description: MLOps platform
type: application
version: "7.8.1"
version: "7.8.2"
appVersion: "1.15"
kubeVersion: ">= 1.21.0-0 < 1.30.0-0"
home: https://clear.ml
Expand Down Expand Up @@ -33,4 +33,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: fixed
description: missing async delete config mount
description: asyncdelete wrong selector
2 changes: 1 addition & 1 deletion charts/clearml/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ spec:
replicas: 1
selector:
matchLabels:
{{- include "apiserver.selectorLabels" . | nindent 6 }}
{{- include "clearml.selectorLabels" . | nindent 6 }}
template:
metadata:
{{- with .Values.apiserver.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "apiserver.selectorLabels" . | nindent 8 }}
{{- include "clearml.selectorLabels" . | nindent 8 }}
spec:
serviceAccountName: {{ .Values.apiserver.serviceAccountName }}-apiserver
{{- if .Values.imageCredentials.enabled }}
Expand Down

0 comments on commit 4cb8db5

Please sign in to comment.