Fix duplicative label in the Solr service template. (#19142)

Signed-off-by: Dickie Field <me@rpf3.io>
This commit is contained in:
Dickie Field
2019-12-04 16:56:31 -08:00
committed by Kubernetes Prow Robot
parent a2dbc54cc7
commit 71c85e9804
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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"