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

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

commit d59254e116fcde7de559bd28d9427fc39757536a
Author: thomas loubrieu <[email protected]>
AuthorDate: Tue Jun 22 11:38:17 2021 -0700

    wip: upgrade to run on openshift
---
 helm/requirements.yaml      | 8 ++++----
 helm/templates/_helpers.tpl | 2 +-
 helm/templates/webapp.yml   | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/helm/requirements.yaml b/helm/requirements.yaml
index b2f68d4..0b8516f 100644
--- a/helm/requirements.yaml
+++ b/helm/requirements.yaml
@@ -4,15 +4,15 @@ dependencies:
     repository: https://charts.helm.sh/stable
     condition: nginx-ingress.enabled
   - name: rabbitmq
-    version: 8.0.1
+    version: 8.15.3
     repository: https://charts.bitnami.com/bitnami
     condition: rabbitmq.enabled
   - name: solr
-    version: 1.5.2
-    repository: https://charts.helm.sh/incubator
+    version: 0.3.3
+    repository: https://charts.bitnami.com/bitnami
     condition: solr.enabled
   - name: cassandra
-    version: 5.5.3
+    version: 7.6.0
     repository: https://charts.bitnami.com/bitnami
     condition: cassandra.enabled
 
diff --git a/helm/templates/_helpers.tpl b/helm/templates/_helpers.tpl
index 30a5623..3084fa9 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" -}}
diff --git a/helm/templates/webapp.yml b/helm/templates/webapp.yml
index 319a66a..88a024a 100644
--- a/helm/templates/webapp.yml
+++ b/helm/templates/webapp.yml
@@ -6,7 +6,7 @@ metadata:
   name: nexus-webapp
 spec:
   type: Python
-  pythonVersion: "2"
+  pythonVersion: "3"
   mode: cluster
   image: {{ .Values.webapp.distributed.image }}
   imagePullPolicy: Always

Reply via email to