Skip to content

v0.8.2

Compare
Choose a tag to compare
@romanprog romanprog released this 18 Nov 13:08
· 117 commits to master since this release
027fcf8

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