v0.8.2
features:
- helm unit now supports the set option in addition to the file option. this option allows you to transfer the value of the helm chart without saving it to a file.. Example:
name: unitname
type: helm
source:
chart: "my-chart"
version: "0.0.23"
kubeconfig: /file/path/conf.yaml
values:
- file: "./files/values.yaml"
apply_template: false
- set: {{ insertYAML .variables.chart_values }}
fixes:
- fixed promlem with null value in usage stats