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

[incubator-sdap-nexus] branch master updated: SDAP-450 - Update Helm chart to work correctly with k8s 1.22 (#237)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new feb00cb  SDAP-450 - Update Helm chart to work correctly with k8s 1.22 (#237)
feb00cb is described below

commit feb00cb63887b834f30f330482b91c72a1ce25f1
Author: Riley Kuttruff <72...@users.noreply.github.com>
AuthorDate: Thu Mar 23 08:14:21 2023 -0700

    SDAP-450 - Update Helm chart to work correctly with k8s 1.22 (#237)
    
    * Update dependencies
    
    RMQ version + bitnami repo URL
    
    * Update CHANGELOG.md
---
 CHANGELOG.md           | 1 +
 helm/requirements.yaml | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 20862de..a99ee89 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   - Swagger UI updates:
     - `platforms` parameter in `/match_spark` is now a multi-select list.
     - Added note to `/stats` endpoint to note it is limited to satellite datasets
+- SDAP-450: Updated helm chart to reflect k8s 1.22 changes. Bumped RMQ dependency version & updated Bitnami dependency chart URLs. Ingress template is already up to date.
 ### Deprecated
 ### Removed
 ### Fixed
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