fluxcd / flux2-kustomize-helm-example

A GitOps workflow example for multi-env deployments with Flux, Kustomize and Helm.
https://fluxcd.io
Apache License 2.0
935 stars 992 forks source link

bitnami images are not compatible with arm64 #41

Closed jgz closed 9 months ago

jgz commented 2 years ago

Just an FYI that's probably worth mentioning in the in the readme.

The bitnami images used in this example are not built to support arm64 processors. So they won't work with the newest generation of AWS EC2 t4 instance types.

I spent like 2 hours trying to figure out why nginx and redis wouldn't load up before I thought to go and check if they were building the images for arm or not.

jgz commented 2 years ago

for anyone who's interested,  they are already working on this bitnami/charts#7305