v2.0.0-beta1
This release uses https://github.com/compose-spec/compose-go to enhance syntax support
Add labels:
volume-from
(withsame-pod
) to avoid volume repetitionignore
to ignore a servicemapenv
(replaces theenv-to-service
) to map environment to helm variable (as a template string)secret-vars
declares variables as secret values
Many improvements of generated helm chart (better version check in ingress, values.yaml file now set environment)
Warning:
- the
env-to-service
label is DEPRECATED and IGNORED (a warning appears on the console to help to fix)