Skip to content

Commit d44c77a

Browse files
committed
✏️ fix: Update MariaDB installation command to point to the correct image repository
1 parent 7d492af commit d44c77a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@ To quickly get started with Unguard, install the Unguard Helm chart using the [H
5858
2. Install MariaDB
5959

6060
```sh
61-
helm install unguard-mariadb bitnami/mariadb --version 11.5.7 --set primary.persistence.enabled=false --wait --namespace unguard --create-namespace
61+
helm install unguard-mariadb bitnami/mariadb \
62+
--version 11.5.7 \
63+
--set primary.persistence.enabled=false \
64+
--set image.repository=bitnamilegacy/mariadb \
65+
--wait --namespace unguard --create-namespace
6266
```
6367

6468
3. Install Unguard

0 commit comments

Comments
 (0)