mirror of
https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit.git
synced 2025-09-17 22:45:02 +00:00
16 lines
367 B
YAML
16 lines
367 B
YAML
debug: true
|
|
remote: origin
|
|
chart-yaml-schema: .github/ct/chart-schema.yaml
|
|
validate-maintainers: false
|
|
validate-chart-schema: true
|
|
validate-yaml: true
|
|
check-version-increment: true
|
|
chart-dirs:
|
|
- charts
|
|
helm-extra-args: --timeout 300s
|
|
upgrade: true
|
|
skip-missing-values: true
|
|
release-label: release
|
|
release-name-template: "helm-v{{ .Version }}"
|
|
target-branch: master
|