dragonfly/.github/workflows
Philipp B c3de3ef2f3
chore: overhaul chart (#620)
This should greatly improve readability of the chart itself
- moved the `Pod` spec for both the `Deployment` and `StatefulSet` into a common template in `_pod.yaml`
- replace a bunch of `if $value; print $value`-type blocks with `with $value; print .`
- replaced `command.set` in `values.yaml` with `command` directly
  - this was broken anyways, as the chart wrongly referenced `command.cmd` for both `Deployment` and `StatefulSet`
- populated contrib/charts/dragonfly/ci/ folder for development/CI purposes

Signed-off-by: Philipp Born <git@pborn.eu>

Signed-off-by: Philipp Born <git@pborn.eu>
2022-12-30 08:30:11 +02:00
..
ci.yml chore: overhaul chart (#620) 2022-12-30 08:30:11 +02:00
docker-release.yml feat: build and publish weekly alpha/development container image 2022-12-26 20:41:53 +02:00
docker-weekly.yml feat: build and publish weekly alpha/development container image 2022-12-26 20:41:53 +02:00
regression-tests.yml feat(regression test): add timeout cpu info and inc frequecy (#524) 2022-12-01 14:04:26 +02:00
release.yml fix(github): add libzstd-dev dep to aarch64 release pipeline (#539) 2022-12-06 21:19:15 +02:00
reusable-container-workflow.yaml feat: build and publish weekly alpha/development container image 2022-12-26 20:41:53 +02:00