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=<nil>
first-pass uses: &{default map[] map[]}
first-pass rendering output of "helmfile.yaml.part.0":
 0: 
 1: releases:
 2: - name: foo
 3:   chart: incubator/raw
 4:   namespace: default
 5:   labels:
 6:     app: test
 7: 
 8: - name: bar
 9:   chart: incubator/raw
10:   namespace: default
11:   labels:
12:     app: build
13: 
14: - name: bar
15:   chart: incubator/raw
16:   namespace: default
17:   labels:
18:     app: test
19: 

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: foo
 3:   chart: incubator/raw
 4:   namespace: default
 5:   labels:
 6:     app: test
 7: 
 8: - name: bar
 9:   chart: incubator/raw
10:   namespace: default
11:   labels:
12:     app: build
13: 
14: - name: bar
15:   chart: incubator/raw
16:   namespace: default
17:   labels:
18:     app: test
19: 

merged environment: &{default map[] map[]}
1 release(s) matching name=foo found in helmfile.yaml

Affected releases are:
  foo (incubator/raw) UPDATED

processing 1 groups of releases in this order:
GROUP RELEASES
1     default/default/foo

processing releases in group 1/1: default/default/foo

UPDATED RELEASES:
NAME   CHART           VERSION
foo    incubator/raw     3.1.0

changing working directory back to "/path/to"
