Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.13: [Bug]: Setting the version null in pulumi provider does not work #4832

Closed
ishantagarwal-x213235 opened this issue Jul 13, 2023 · 2 comments · Fixed by #4842
Closed
Assignees
Labels

Comments

@ishantagarwal-x213235
Copy link
Contributor

ishantagarwal-x213235 commented Jul 13, 2023

Garden Bonsai (0.13) Bug : Garden is not able identify the local path of pulumi when set the version to null

garden is not able to identify the pulumi when set the version to null in project.garden.yaml
Below is the configuration in project.garden.yaml file,

  - name: pulumi
    environments: ["dev"]
    # The version of pulumi to use. Set to `null` to use whichever version of `pulumi` is on your PATH.
    version: null

Reported Error
An error occurred while trying to run 'pulumi/pulumi' (spawn pulumi/pulumi ENOENT). Please make sure 'pulumi/pulumi' is installed and in the $PATH.

With version 0.12, it detected the correct path of pulumi

:information_source: x-service [debug] → Spawning '/home/workstation/.pulumi/bin/pulumi stack select telushealth/dev --create' in /home/workstation/thx/workspace/services/21062023/thxcs-shared-services/services/x/app/deployment/pulumi

While with 0.13.7 version, it is not detecting the correct path of pulumi

:information_source: deploy.x-service [debug] → Spawning 'pulumi/pulumi stack select telushealth/dev --create' in /home/workstation/thx/workspace/services/02062023/thxcs-shared-services/services/x/app/deployment/pulumi
@vvagaytsev
Copy link
Collaborator

@ishantagarwal-x213235 the fix has been released in 0.13.9, please try it out.

@ishantagarwal-x213235
Copy link
Contributor Author

Thanks for your effort @vvagaytsev , It's working as expected!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants