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

fix: change helm cache directories #104

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Conversation

colesnodgrass
Copy link
Member

@colesnodgrass colesnodgrass commented Sep 6, 2024

  • potential fix for error unable to install airbyte chart: unable to add airbyte chart repo: open /tmp/.helmrepo: permission denied
    • if abctl cannot write to /tmp, hopefully it can write to ~/.airbyte/abctl, if it can't write to ~/.airbyte/abctl then it can't run at all
  • change the default location for the helm cache
    • previously defaulted to /tmp/.helmcache and /tmp/.helmrepo
    • now will use ~/.airbyte/abctl/.helmcache and ~/.airbyte/abctl/.helmrepo

@colesnodgrass colesnodgrass changed the title fix: change helm cache diretories fix: change helm cache directories Sep 6, 2024
@colesnodgrass colesnodgrass merged commit d71eae2 into main Sep 6, 2024
5 checks passed
@colesnodgrass colesnodgrass deleted the cole/change-helm-temp-dir branch September 6, 2024 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants