processing file "helmfile.yaml" in directory "." changing working directory to "/path/to" first-pass rendering starting for "helmfile.yaml.part.0": inherited=&{default map[] map[]}, overrode= first-pass uses: &{default map[] map[]} first-pass rendering output of "helmfile.yaml.part.0": 0: 1: releases: 2: - name: baz 3: chart: stable/mychart3 4: disableValidationOnInstall: true 5: - name: foo 6: chart: stable/mychart1 7: disableValidationOnInstall: true 8: needs: 9: - bar 10: - name: bar 11: chart: stable/mychart2 12: disableValidation: true 13: first-pass produced: &{default map[] map[]} first-pass rendering result of "helmfile.yaml.part.0": {default map[] map[]} vals: map[] defaultVals:[] second-pass rendering result of "helmfile.yaml.part.0": 0: 1: releases: 2: - name: baz 3: chart: stable/mychart3 4: disableValidationOnInstall: true 5: - name: foo 6: chart: stable/mychart1 7: disableValidationOnInstall: true 8: needs: 9: - bar 10: - name: bar 11: chart: stable/mychart2 12: disableValidation: true 13: merged environment: &{default map[] map[]} 3 release(s) found in helmfile.yaml Affected releases are: bar (stable/mychart2) UPDATED baz (stable/mychart3) UPDATED foo (stable/mychart1) UPDATED invoking preapply hooks for 2 groups of releases in this order: GROUP RELEASES 1 default//foo 2 default//baz, default//bar invoking preapply hooks for releases in group 1/2: default//foo invoking preapply hooks for releases in group 2/2: default//baz, default//bar processing 2 groups of releases in this order: GROUP RELEASES 1 default//baz, default//bar 2 default//foo processing releases in group 1/2: default//baz, default//bar processing releases in group 2/2: default//foo getting deployed release version failed: Failed to get the version for: mychart1 UPDATED RELEASES: NAME CHART VERSION baz stable/mychart3 3.1.0 bar stable/mychart2 3.1.0 foo stable/mychart1 changing working directory back to "/path/to"