This is an automated email from the ASF dual-hosted git repository.
houston pushed a commit to branch release-0.5
in repository https://gitbox.apache.org/repos/asf/solr-operator.git
The following commit(s) were added to refs/heads/release-0.5 by this push:
new 2b0abc4 Fix zk.externalAddress in Solr Helm chart (#380)
2b0abc4 is described below
commit 2b0abc4025577ac4c39d313456b94961cdeb98f8
Author: Houston Putman <[email protected]>
AuthorDate: Thu Dec 2 11:07:05 2021 -0500
Fix zk.externalAddress in Solr Helm chart (#380)
---
helm/solr/Chart.yaml | 11 ++++-------
helm/solr/templates/solrcloud.yaml | 2 +-
2 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/helm/solr/Chart.yaml b/helm/solr/Chart.yaml
index 8801854..c26a1a0 100644
--- a/helm/solr/Chart.yaml
+++ b/helm/solr/Chart.yaml
@@ -40,16 +40,13 @@ annotations:
# Add change log for a single release here.
# Allowed syntax is described at:
https://artifacthub.io/docs/topics/annotations/helm/#example
artifacthub.io/changes: |
- - kind: added
- description: Addition 1
+ - kind: fixed
+ description: Fixed Helm chart value "zk.externalAddress"
links:
- name: Github Issue
- url: https://github.com/issue-url
- - kind: changed
- description: Change 2
- links:
+ url: https://github.com/apache/solr-operator/issues/379
- name: Github PR
- url: https://github.com/pr-url
+ url: https://github.com/apache/solr-operator/pull/380
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/recommendations: |
- url: https://artifacthub.io/packages/helm/apache-solr/solr-operator
diff --git a/helm/solr/templates/solrcloud.yaml
b/helm/solr/templates/solrcloud.yaml
index d05c08b..9a5f478 100644
--- a/helm/solr/templates/solrcloud.yaml
+++ b/helm/solr/templates/solrcloud.yaml
@@ -185,7 +185,7 @@ spec:
connectionInfo:
internalConnectionString: {{ .Values.zk.address | default
.Values.zk.externalAddress | quote }}
{{- if .Values.zk.externalAddress }}
- externalAddress: {{ .Values.zk.externalAddress | quote }}
+ externalConnectionString: {{ .Values.zk.externalAddress | quote }}
{{- end }}
chroot: {{ trim (include "solr.zk.chroot" .) | quote }}
{{- if .Values.zk.acl }}