Skip to content

Commit 009af59

Browse files
Merge pull request #1014 from civo/updatecli_master_rqlite
deps: bump rqlite Helm chart to 1.15.1
2 parents c49ad2c + 663be1e commit 009af59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rqlite/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ helm repo update
77

88
echo "Civo is installing the rqlite helm chart..."
99
# install the helm chart
10-
helm upgrade -n rqlite --create-namespace rqlite --install rqlite/rqlite --version 1.15.0 && echo "Civo installed rqlite helm chart, Done" || echo "error installing rqlite helm chart"
11-
# helm upgrade -namespace rqlite --create-namespace --install rqlite rqlite/rqlite --version 1.15.0 --set readonly.replicaCount=0 --set persistence.size=1Gi --set replicaCount=3
10+
helm upgrade -n rqlite --create-namespace rqlite --install rqlite/rqlite --version 1.15.1 && echo "Civo installed rqlite helm chart, Done" || echo "error installing rqlite helm chart"
11+
# helm upgrade -namespace rqlite --create-namespace --install rqlite rqlite/rqlite --version 1.15.1 --set readonly.replicaCount=0 --set persistence.size=1Gi --set replicaCount=3

rqlite/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: rqlite
33
title: rqlite
4-
version: 8.36.5
4+
version: 8.36.13
55
maintainer: "[email protected]"
66
description: "The lightweight, distributed relational database built on SQLite."
77
url: https://rqlite.io

0 commit comments

Comments
 (0)