* Updated Helm chart to use hapi fhir image v6.6.0 * Updated maven base image due to openjdk deprecation * Removed superfluous app/main.war in entrypoint * Update curlimages/curl to 8.1.2
15 lines
345 B
YAML
15 lines
345 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 }}"
|