We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First, Tran and Cade, thank you for making such a fun and informative labs!
The bitnami mongodb image is not working on m1 macbook, which is well described here: bitnami/charts#7305.
Instead, we can use ghcr.io/zcube/bitnami-compat/mongodb:6.0.5-debian-11-r64. (check out https://github.com/ZCube/bitnami-compat).
ghcr.io/zcube/bitnami-compat/mongodb:6.0.5-debian-11-r64
This image is on github container registry, which means you need to add PAT as secret object to access ghcr.
Good luck!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First, Tran and Cade, thank you for making such a fun and informative labs!
The bitnami mongodb image is not working on m1 macbook, which is well described here: bitnami/charts#7305.
Instead, we can use
ghcr.io/zcube/bitnami-compat/mongodb:6.0.5-debian-11-r64
. (check out https://github.com/ZCube/bitnami-compat).This image is on github container registry, which means you need to add PAT as secret object to access ghcr.
Good luck!
The text was updated successfully, but these errors were encountered: