You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by rk...@apache.org on 2023/03/21 22:15:02 UTC

[incubator-sdap-nexus] branch SDAP-450 updated: Update dependencies

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

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


The following commit(s) were added to refs/heads/SDAP-450 by this push:
     new 0fec3fc  Update dependencies
0fec3fc is described below

commit 0fec3fc5e8450a0e987d75ba3a8ccf22568ce7db
Author: Riley Kuttruff <72...@users.noreply.github.com>
AuthorDate: Tue Mar 21 15:14:58 2023 -0700

    Update dependencies
    
    RMQ version + bitnami repo URL
---
 helm/requirements.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/helm/requirements.yaml b/helm/requirements.yaml
index d268601..a999658 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
-    repository: https://charts.bitnami.com/bitnami
+    version: 8.24.13
+    repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
     condition: rabbitmq.enabled
   - name: solr
     version: 2.1.7
-    repository: https://charts.bitnami.com/bitnami
+    repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
     condition: solr.enabled
   - name: cassandra
     version: 5.5.3
-    repository: https://charts.bitnami.com/bitnami
+    repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
     condition: cassandra.enabled