mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix duplicative label in the Solr service template. (#19142)
Signed-off-by: Dickie Field <me@rpf3.io>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a2dbc54cc7
commit
71c85e9804
@@ -2,7 +2,7 @@
|
||||
|
||||
apiVersion: "v1"
|
||||
name: "solr"
|
||||
version: "1.3.1"
|
||||
version: "1.3.2"
|
||||
appVersion: "7.7.2"
|
||||
description: "A helm chart to install Apache Solr: http://lucene.apache.org/solr/"
|
||||
keywords:
|
||||
|
||||
@@ -14,6 +14,6 @@ spec:
|
||||
- port: {{ .Values.port }}
|
||||
name: "solr-client"
|
||||
selector:
|
||||
app.kubernetes.io/instance: "{{ include "solr.name" . }}"
|
||||
app.kubernetes.io/name: "{{ include "solr.name" . }}"
|
||||
app.kubernetes.io/instance: "{{ .Release.Name }}"
|
||||
app.kubernetes.io/component: "server"
|
||||
|
||||
Reference in New Issue
Block a user