Skip to content

Commit

Permalink
fix(druid): use correct labels for indexers
Browse files Browse the repository at this point in the history
  • Loading branch information
Lola Delannoy committed Jan 21, 2025
1 parent d7d75d5 commit 2dd4b6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/druid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: Apache Druid is a high performance real-time analytics database.
name: druid
type: application
version: 1.18.1
version: 1.18.2
appVersion: 28.0.1
home: https://druid.apache.org/
icon: https://druid.apache.org/img/favicon.png
Expand Down
2 changes: 1 addition & 1 deletion charts/druid/templates/indexer/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ spec:
name: data
namespace: {{ $.Release.Namespace }}
labels:
{{- include "druid.common-labels" $ | nindent 10 }}
{{- include "druid.common-matchLabels" $ | nindent 10 }}
app.kubernetes.io/part-of: indexer
app.kubernetes.io/component: indexer-{{ $categoryName }}
spec:
Expand Down

0 comments on commit 2dd4b6b

Please sign in to comment.