Skip to content

Commit

Permalink
fix: Add instance label to selector labels (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayano authored Aug 17, 2023
1 parent 6032ca1 commit 0198dfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hermes-relayer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ apiVersion: v2
name: hermes-relayer
description: A Helm chart for Kubernetes
type: application
version: 1.3.0
version: 1.3.1
appVersion: 1.5.1
1 change: 1 addition & 0 deletions charts/hermes-relayer/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Selector labels
*/}}
{{- define "hermes-relayer.selectorLabels" -}}
app.kubernetes.io/name: {{ include "hermes-relayer.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- end }}

{{/*
Expand Down

0 comments on commit 0198dfb

Please sign in to comment.