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 <[email protected]> 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
