I can’t get it working.
$ cat helmfile.yaml
repositories:
◦ name: scylla
url: <https://scylla-operator-charts.storage.googleapis.com/stable>
releases:
◦ name: scylla-operator
namespace: scylla
chart: scylla/scylla-operator
◦ name: scylla-manager
namespace: scylla
chart: scylla/scylla-manager
needs:
• scylla/scylla-operator
◦ name: scylla
namespace: scylla
chart: scylla/scylla
[I] ~/c/helmfile-playground $ helmfile test
Adding repo scylla <https://scylla-operator-charts.storage.googleapis.com/stable>
"scylla" has been added to your repositories
Testing scylla-operator
Testing scylla-manager
Testing scylla
in ./helmfile.yaml: 3 errors:
err 0: release "scylla" failed: command "/opt/local/bin/helm" exited with non-zero status:
PATH:
/opt/local/bin/helm
ARGS:
0: helm (4 bytes)
1: test (4 bytes)
2: scylla (6 bytes)
3: --namespace (11 bytes)
4: scylla (6 bytes)
ERROR:
exit status 1
EXIT STATUS
1
STDERR:
Error: release: not found
COMBINED OUTPUT:
Error: release: not found
err 1: release "scylla-manager" failed: command "/opt/local/bin/helm" exited with non-zero status:
PATH:
/opt/local/bin/helm
ARGS:
0: helm (4 bytes)
1: test (4 bytes)
2: scylla-manager (14 bytes)
3: --namespace (11 bytes)
4: scylla (6 bytes)
ERROR:
exit status 1
EXIT STATUS
1
STDERR:
Error: release: not found
COMBINED OUTPUT:
Error: release: not found
err 2: release "scylla-operator" failed: command "/opt/local/bin/helm" exited with non-zero status:
PATH:
/opt/local/bin/helm
ARGS:
0: helm (4 bytes)
1: test (4 bytes)
2: scylla-operator (15 bytes)
3: --namespace (11 bytes)
4: scylla (6 bytes)
ERROR:
exit status 1
EXIT STATUS
1
STDERR:
Error: release: not found
COMBINED OUTPUT:
Error: release: not found