From 71ab4205b337fecb75be89c04bbf066b52953e69 Mon Sep 17 00:00:00 2001 From: Fabian Oraze Date: Mon, 3 Jun 2024 14:07:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20Change=20READMEs=20to=20?= =?UTF-8?q?pin=20mariadb=20helm=20chart=20version=20instead=20of=20always?= =?UTF-8?q?=20using=20the=20latest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- chart/README.md | 2 +- src/membership-service/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f8fafdc..03a889c9 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ To quickly get started with Unguard, install the Unguard Helm chart using the [H 2. Install MariaDB ```sh - helm install unguard-mariadb bitnami/mariadb --set primary.persistence.enabled=false --wait --namespace unguard --create-namespace + helm install unguard-mariadb bitnami/mariadb --version 11.5.7 --set primary.persistence.enabled=false --wait --namespace unguard --create-namespace ``` 3. Install Unguard diff --git a/chart/README.md b/chart/README.md index e97e1ae8..4720ab49 100644 --- a/chart/README.md +++ b/chart/README.md @@ -32,7 +32,7 @@ To install the chart with the release name `unguard` in a new namespace `unguard If you want to change this you also have to adopt the ```mariaDB.serviceName```value. ```sh - helm install unguard-mariadb bitnami/mariadb --set primary.persistence.enabled=false --wait --namespace unguard --create-namespace + helm install unguard-mariadb bitnami/mariadb --version 11.5.7 --set primary.persistence.enabled=false --wait --namespace unguard --create-namespace ``` > **Note:** \ diff --git a/src/membership-service/README.md b/src/membership-service/README.md index 7644641e..5af51adb 100644 --- a/src/membership-service/README.md +++ b/src/membership-service/README.md @@ -15,7 +15,7 @@ docker run --detach --name memberships-db \ --env MARIADB_PASSWORD=mariadb-root-password \ --env MARIADB_DATABASE=memberships \ -p 3306:3306 \ - mariadb:latest + mariadb:10.6.12 ``` And then update the environment variables for the membership-service to fit: