From 04a15e0fb9a17b8eaef45b150afc37af545d9024 Mon Sep 17 00:00:00 2001 From: updatecli Date: Mon, 21 Oct 2024 21:32:49 +0000 Subject: [PATCH 1/2] chore: Update rqlite/install.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- rqlite/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rqlite/install.sh b/rqlite/install.sh index 7c29b5dd..7cc61705 100755 --- a/rqlite/install.sh +++ b/rqlite/install.sh @@ -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.11.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.11.0 --set readonly.replicaCount=0 --set persistence.size=1Gi --set replicaCount=3 +helm upgrade -n rqlite --create-namespace rqlite --install rqlite/rqlite --version 1.12.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.12.0 --set readonly.replicaCount=0 --set persistence.size=1Gi --set replicaCount=3 From a070985bca9b2c6b9be08a232418621f1cecbd24 Mon Sep 17 00:00:00 2001 From: updatecli Date: Mon, 21 Oct 2024 21:32:50 +0000 Subject: [PATCH 2/2] chore: Update rqlite/manifest.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- rqlite/manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rqlite/manifest.yaml b/rqlite/manifest.yaml index c2837f80..752c5599 100644 --- a/rqlite/manifest.yaml +++ b/rqlite/manifest.yaml @@ -1,7 +1,7 @@ --- name: rqlite title: rqlite -version: 8.30.3 +version: 8.32.3 maintainer: "shawn@nebarilabs.com" description: "The lightweight, distributed relational database built on SQLite." url: https://rqlite.io