# Futureporn Helm charts These charts define the bulk of Futureporn's Kubernetes (k8s) payload. (Some of the infrastrucutre-specific payload is at `/flux/`) In production, Flux CD deploys these charts into the k8s cluster. ## development We are using a local Helm charts instead of using Tilt's `helm_remote` because that command makes the Tilt builds Hella slow. We override default values in the parent folder. /charts/postgresql/postgresql/values.yaml /charts/postgresql/values-overrides.yaml ### postgresql helm repo add bitnami https://charts.bitnami.com/bitnami --force-update helm pull bitnami/postgresql --untar --destination ./charts/postgresql ### cert-manager helm repo add jetstack https://charts.jetstack.io --force-update helm pull jetstack/cert-manager --untar --destination ./charts/cert-manager ### valkey helm repo add bitnami https://charts.bitnami.com/bitnami helm pull bitnami/valkey --untar --destination ./charts/valkey ### redis helm repo add bitnami https://charts.bitnami.com/bitnami helm pull bitnami/redis --version 20.0.1 --untar --destination ./charts/redis ### chisel-operator helm pull oci://ghcr.io/fyralabs/chisel-operator/chisel-operator --version 0.1.0 --untar --destination ./charts/chisel-operator ### ngrok helm repo add ngrok https://ngrok.github.io/kubernetes-ingress-controller helm pull ngrok/kubernetes-ingress-controller --version 0.14.0 --untar --destination ./charts/kubernetes-ingress-controller ### traefik helm repo add traefik https://traefik.github.io/charts helm pull traefik/traefik --version 33.0.0 --untar --destination ./charts/traefik ### velero helm repo add vmware-tanzu https://vmware-tanzu.github.io/helm-charts/ helm pull vmware-tanzu/velero --version 7.2.1 --untar --destination ./charts/velero ### external-secrets-operator helm repo add external-secrets https://charts.external-secrets.io helm pull external-secrets/external-secrets --version 0.10.2 --untar --destination ./charts/external-secrets ### drupal helm pull oci://registry-1.docker.io/bitnamicharts/drupal --version 20.0.10 --untar --destination ./charts/drupal ### mariadb helm repo add bitnami https://charts.bitnami.com/bitnami --force-update helm pull bitnami/mariadb --untar --destination ./charts/mariadb ### phpmyadmin helm pull bitnami/phpmyadmin --version 17.0.7 --untar --destination ./charts/phpmyadmin