Skip to content

refactor(Makefile): use HELM_DATA_HOME instead of HELM_HOME #788

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

Merged

Conversation

yxxhero
Copy link
Collaborator

@yxxhero yxxhero commented May 25, 2025

This pull request updates the Makefile to align with Helm's newer environment variable conventions by replacing the deprecated HELM_HOME with HELM_DATA_HOME. The changes ensure compatibility with Helm 3 and improve maintainability.

Updates to Helm environment variable usage:

  • Replaced HELM_HOME with HELM_DATA_HOME in the Makefile to use the newer Helm environment variable for plugin data storage.
  • Updated the install target to reflect the change from HELM_HOME to HELM_DATA_HOME for creating directories and copying files during plugin installation.

Signed-off-by: yxxhero <aiopsclub@163.com>
@yxxhero yxxhero merged commit 71f4a88 into master May 25, 2025
1 of 2 checks passed
@yxxhero yxxhero deleted the refactor(Makefile)--use-HELM_DATA_HOME-instead-of-HELM_HOME branch May 28, 2025 23:45
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.

1 participant