You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2021/12/02 16:07:10 UTC

[solr-operator] branch main updated: Fix zk.externalAddress in Solr Helm chart (#380)

This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new d1eeaef  Fix zk.externalAddress in Solr Helm chart (#380)
d1eeaef is described below

commit d1eeaef33e96a05adb9771ac6ecfb0de8bb1e1ae
Author: Houston Putman <ho...@apache.org>
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 422e123..bff59bb 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 }}