fp/charts
CJ_Clippy d89bf4fdea
ci / build (push) Failing after 3s Details
add velero
2024-09-16 08:31:51 -08:00
..
cert-manager progress 2024-08-13 13:18:01 -08:00
chisel-operator progress 2024-08-13 13:18:01 -08:00
external-secrets add velero 2024-09-16 08:31:51 -08:00
fp add velero 2024-09-16 08:31:51 -08:00
kubernetes-ingress-controller progress 2024-08-13 13:18:01 -08:00
postgresql progress 2024-07-30 12:34:25 -08:00
redis progress 2024-08-13 13:18:01 -08:00
traefik progress 2024-08-13 13:18:01 -08:00
velero add velero 2024-09-16 08:31:51 -08:00
README.md add velero 2024-09-16 08:31:51 -08:00

README.md

Futureporn Helm charts

These charts define the bulk of Futureporn's Kubernetes (k8s) payload. (Some of the infrastrucutre-specific payload is at <PROJECT_ROOT>/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

pnpx tiged 'https://github.com/FyraLabs/chisel-operator/charts/chisel-operator#v0.3.4' ./charts/chisel-operator/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 30.0.2 --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