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/11/22 19:11:27 UTC

(incubator-sdap-nexus) branch release/1.2.0-helm-update created (now 713df7e)

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

rkk pushed a change to branch release/1.2.0-helm-update
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


      at 713df7e  Update helm cassandra dependency

This branch includes the following new commits:

     new 713df7e  Update helm cassandra dependency

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(incubator-sdap-nexus) 01/01: Update helm cassandra dependency

Posted by rk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rkk pushed a commit to branch release/1.2.0-helm-update
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git

commit 713df7e5851a9b9809c0271b12efb190343ae321
Author: rileykk <ri...@jpl.nasa.gov>
AuthorDate: Wed Nov 22 11:11:13 2023 -0800

    Update helm cassandra dependency
---
 helm/requirements.yaml | 2 +-
 helm/values.yaml       | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/helm/requirements.yaml b/helm/requirements.yaml
index a999658..1de8cf0 100644
--- a/helm/requirements.yaml
+++ b/helm/requirements.yaml
@@ -12,7 +12,7 @@ dependencies:
     repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
     condition: solr.enabled
   - name: cassandra
-    version: 5.5.3
+    version: 9.1.7
     repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
     condition: cassandra.enabled
 
diff --git a/helm/values.yaml b/helm/values.yaml
index 4105362..fe2481e 100644
--- a/helm/values.yaml
+++ b/helm/values.yaml
@@ -195,8 +195,7 @@ cassandra:
   dbUser:
     user: cassandra
     password: cassandra
-  cluster:
-    replicaCount: 1
+  replicaCount: 1
   persistence:
     storageClass: hostpath
     size: 8Gi