mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 17:07:04 +02:00
* fix(common):: Fix Integer style image tags (fixes #128) * feat(common): Reload pod on secret change (#129) * feat(common): Update code-server to v4.11.0 * fix(common): quote command and args strings (#124) * feat(common): Update gluetun to v3.33.0 --------- Signed-off-by: angelnu <git@angelnu.com> Signed-off-by: Maurits van Mastrigt <maurits@funda.nl> Co-authored-by: Angel Nunez Mencias <github@angelnu.com> Co-authored-by: Maurits <75321636+maurits-funda@users.noreply.github.com>
16 lines
310 B
YAML
16 lines
310 B
YAML
chart-yaml-schema: .ci/ct/chart_schema.yaml
|
|
lint-conf: .yamllint.yml
|
|
|
|
remote: origin
|
|
target-branch: main
|
|
|
|
helm-extra-args: --timeout 600s
|
|
|
|
chart-dirs:
|
|
- charts/library
|
|
- charts/apps
|
|
- charts/other
|
|
|
|
chart-repos:
|
|
- bitnami=https://charts.bitnami.com/bitnami
|
|
- bjw-s=https://bjw-s.github.io/helm-charts
|