Skip to content

Commit

Permalink
📝 docs: Change README.md to pin mariadb helm chart version instead of…
Browse files Browse the repository at this point in the history
… always using the latest
  • Loading branch information
orazefabian committed Jun 3, 2024
1 parent e3499a7 commit 60872e2
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 60872e2

Please sign in to comment.