Skip to content

Commit

Permalink
📝 docs: Change READMEs to pin mariadb helm chart version instead of a…
Browse files Browse the repository at this point in the history
…lways using the latest
  • Loading branch information
orazefabian committed Jun 5, 2024
1 parent e3499a7 commit 71ab420
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:** \
Expand Down
2 changes: 1 addition & 1 deletion src/membership-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 71ab420

Please sign in to comment.