Skip to content

Commit

Permalink
Fix duplicate label in helm chart components (#61)
Browse files Browse the repository at this point in the history
* Fix duplicate label in helm chart components

Signed-off-by: Michail Resvanis <[email protected]>

* fixup! Fix duplicate label in helm chart components

---------

Signed-off-by: Michail Resvanis <[email protected]>
  • Loading branch information
mresvanis authored Jul 18, 2023
1 parent aab9555 commit 6ea9ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/console-plugin-nvidia-gpu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:
- nvidia
- gpu
type: application
version: 0.2.3
version: 0.2.4
maintainers:
- name: mresvanis
email: [email protected]
3 changes: 1 addition & 2 deletions deployment/console-plugin-nvidia-gpu/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/component: {{ include "console-plugin-nvidia-gpu.name" . }}
app.kubernetes.io/instance: {{ include "console-plugin-nvidia-gpu.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ include "console-plugin-nvidia-gpu.name" . }}
{{- end }}

Expand All @@ -51,7 +51,6 @@ Selector labels
*/}}
{{- define "console-plugin-nvidia-gpu.selectorLabels" -}}
app.kubernetes.io/name: {{ include "console-plugin-nvidia-gpu.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- end }}

{{/*
Expand Down

0 comments on commit 6ea9ea1

Please sign in to comment.