You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by tl...@apache.org on 2021/11/28 17:18:48 UTC

[incubator-sdap-nexus] 01/01: change solr helm chart dependency to stable

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

tloubrieu pushed a commit to branch solr_stable_359
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git

commit fcebd0bc981e90d3afbd30d8143c838d425c5376
Author: Thomas Loubrieu <lo...@jpl.nasa.gov>
AuthorDate: Sun Nov 28 12:18:31 2021 -0500

    change solr helm chart dependency to stable
---
 helm/requirements.yaml      | 4 ++--
 helm/templates/_helpers.tpl | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/helm/requirements.yaml b/helm/requirements.yaml
index b2f68d4..360ecdf 100644
--- a/helm/requirements.yaml
+++ b/helm/requirements.yaml
@@ -8,8 +8,8 @@ dependencies:
     repository: https://charts.bitnami.com/bitnami
     condition: rabbitmq.enabled
   - name: solr
-    version: 1.5.2
-    repository: https://charts.helm.sh/incubator
+    version: 2.1.3
+    repository: https://charts.bitnami.com/bitnami
     condition: solr.enabled
   - name: cassandra
     version: 5.5.3
diff --git a/helm/templates/_helpers.tpl b/helm/templates/_helpers.tpl
index 6578166..46dafe2 100644
--- a/helm/templates/_helpers.tpl
+++ b/helm/templates/_helpers.tpl
@@ -48,7 +48,7 @@ The data volume mount which is used in both the Collection Manager and the Granu
 {{- end -}}
 
 {{- define "nexus.urls.solr" -}}
-{{ .Values.external.solrHostAndPort | default (print "http://" .Release.Name "-solr-svc:8983") }}
+{{ .Values.external.solrHostAndPort | default (print "http://" .Release.Name "-solr:8983") }}
 {{- end -}}
 
 {{- define "nexus.urls.zookeeper" -}}