Skip to content

Commit

Permalink
[quickwit] Cleanup additional labels (#725)
Browse files Browse the repository at this point in the history
* fix(helm): yaml indentation

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

* fix(quickwit): bump chart version

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

---------

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
  • Loading branch information
nlamirault committed May 5, 2024
1 parent 76592af commit b7d4a38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/quickwit/Chart.yaml
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
name: quickwit
description: Sub-second search & analytics engine on cloud storage.
type: application
version: 0.1.0
version: 0.1.1
appVersion: "v0.8.1"
keywords:
- quickwit
Expand Down Expand Up @@ -35,5 +35,5 @@ annotations:
fingerprint: C39918B3EBDE35C23B8D0B8E5F99269A6FCA437C
url: https://keybase.io/nlamirault/pgp_keys.asc
artifacthub.io/changes: |
- kind: added
description: Quickwit deployment
- kind: fixed
description: Additional labels for all resources
2 changes: 1 addition & 1 deletion charts/quickwit/templates/serviceaccount.yaml
Expand Up @@ -5,7 +5,7 @@ kind: ServiceAccount
metadata:
name: {{ include "quickwit.serviceAccountName" . }}
labels:
{{- include "quickwit.labels" . | nindent 4 -}}
{{- include "quickwit.labels" . | nindent 4 }}
app.kubernetes.io/component: rbac
{{- with .Values.serviceAccount.annotations }}
annotations:
Expand Down

0 comments on commit b7d4a38

Please sign in to comment.