I think that reply was meant for me? :grin: Anyway...
# general
w
I think that reply was meant for me? 😁 Anyway, of course it doesn't work; just did a quick test on Ubuntu:
Copy code
root@fb4395867224:/workspaces/workspace/k8s-infra# p up --suppress-outputs 
Previewing update (dev):

     Type                 Name           Plan     Info
     pulumi:pulumi:Stack  k8s-infra-dev           2 errors; 62 messages
 
Diagnostics:
  pulumi:pulumi:Stack (k8s-infra-dev):
    Error: unknown flag: --name
    Error: unknown flag: --name
    Error: Error: Command failed: helm template /tmp/tmp-15734vCUw3xkKp2e/prometheus-operator --name po --values /tmp/tmp-15734vCUw3xkKp2e/prometheus-operator/values.yaml --values /tmp/tmp-1573Jv8VgGe57q3F.yaml 
--namespace monitoring
    Error: unknown flag: --name
        at /workspaces/workspace/k8s-infra/node_modules/@pulumi/kubernetes/helm/v2/helm.js:112:23
        at /workspaces/workspace/k8s-infra/node_modules/@pulumi/pulumi/output.js:179:35
        at Generator.next (<anonymous>)
        at /workspaces/workspace/k8s-infra/node_modules/@pulumi/pulumi/output.js:21:71
        at new Promise (<anonymous>)
        at __awaiter (/workspaces/workspace/k8s-infra/node_modules/@pulumi/pulumi/output.js:17:12)
        at applyHelperAsync (/workspaces/workspace/k8s-infra/node_modules/@pulumi/pulumi/output.js:165:12)
        at /workspaces/workspace/k8s-infra/node_modules/@pulumi/pulumi/output.js:159:51
...
Trying to be patient and failing, as usual.
e
Just saw this because I hit the same issue - I’ve upgraded to helm 3.0 and now getting these failures. @white-balloon-205 Is this something already tracked or resolved?
@worried-city-86458 Did you figure a way around this?
w
I've waited on helm 3, although latest
pulumi-kubernetes
should work with it now.
e
okay, I’ll try upgrading that module
That works! Thanks for the help