Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rqlite/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ helm repo update

echo "Civo is installing the rqlite helm chart..."
# install the helm chart
helm upgrade -n rqlite --create-namespace rqlite --install rqlite/rqlite --version 1.16.0 && echo "Civo installed rqlite helm chart, Done" || echo "error installing rqlite helm chart"
# helm upgrade -namespace rqlite --create-namespace --install rqlite rqlite/rqlite --version 1.16.0 --set readonly.replicaCount=0 --set persistence.size=1Gi --set replicaCount=3
helm upgrade -n rqlite --create-namespace rqlite --install rqlite/rqlite --version 2.0.0 && echo "Civo installed rqlite helm chart, Done" || echo "error installing rqlite helm chart"
# helm upgrade -namespace rqlite --create-namespace --install rqlite rqlite/rqlite --version 2.0.0 --set readonly.replicaCount=0 --set persistence.size=1Gi --set replicaCount=3
2 changes: 1 addition & 1 deletion rqlite/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: rqlite
title: rqlite
version: 8.43.0
version: 9.3.2
maintainer: "[email protected]"
description: "The lightweight, distributed relational database built on SQLite."
url: https://rqlite.io
Expand Down