Added support for direct helm variables#116
Merged
sudiptosarkar merged 1 commit intomainfrom Feb 20, 2026
Merged
Conversation
ee5b960 to
62f8d9e
Compare
* Added support for direct helm variables * Upgraded all upgradable dependencies * Updated action inputs for the direct helm variable prefix * Updated documentation for direct helm variable usage * Added support for multi-chart direct helm variables
62f8d9e to
7570146
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Summary
This pull request introduces support for direct Helm variables, allowing users to pass variables directly to Helm charts during deployment, including global variables for all charts. It also updates documentation and configuration to reflect this new feature, and includes improvements to dependency versions and utility functions.
Direct Helm variable support:
HELMVARby default), including global variables that apply to all charts. This is handled insrc/main.tsand described in the updatedREADME.md. [1] [2] [3] [4]action.ymlto add thedirectVariablePrefixinput, with documentation and environment variable propagation. [1] [2]Documentation updates:
README.mdto explain direct Helm variables and global direct variables, including usage examples.Utility and code improvements:
setDeepValueandobjectToYamlfunctions insrc/main.tsto handle complex direct variable paths and convert them to YAML for Helm values files.escapeGoSpecialCharsto handle file usage and backslashes more robustly. [1] [2]Dependency updates:
package.jsonto their latest versions, including TypeScript, ESLint, and addednpm-check-updates.