The DAAily and AD's Helm Charts repository.
-
archdaily
: containsRuby on Rails
current apps. From ArchDaily. -
daaily
: containsFastAPI
current apps. From Daaily.
helm repo add your_repository_name https://daaily.github.io/helm-charts/
This command needs to be executed after you add a Helm Repo.
helm repo update
helm repo list
helm search repo your_repository_name
helm upgrade release_name ad-stable/chart-ad \
--install \
--wait \
--timeout=300s \
-f path/to/default_values.yaml \
-f path/to/overrides_values.yaml \
--set foo.bar=value
You can use custom values files as you want using --values
or -f
flag as you already see in the previous example.
Made with ❤️ by OPS Team at Archdaily.