Commit Graph

122 Commits (df8757a6c8a36ccf0a4df625ea3207f4e63f784e)

Author SHA1 Message Date
Chris Berry e5bc21c56b Refactor based on review comment
12 months ago
Chris Berry 9791767baa Refactor based on review comment
12 months ago
Chris Berry 6d30fa5990 Add HookOutputFunc and generic yaml unmarshaller
12 months ago
Matt Farina 2236294119 Updating to helm.sh/helm/v4
1 year ago
Justen Stall 63cf42a843
fix: replace "github.com/pkg/errors" with stdlib "errors" package
1 year ago
mathieu cesbron fc17fc75e2 Fix typo "re-use" to "reuse"
1 year ago
Joe Julian 15e36139c1
Merge pull request #13130 from idsulik/issue-13127
2 years ago
Suleiman Dibirov 800c33a5aa fix: update error handling in Configuration.Init method, add tests for the method
2 years ago
Marcin Owsiany a6863a64ce Drop unused field.
2 years ago
Matt Farina 25c473834e Enabling hide secrets on install and upgrade dry run
2 years ago
Matt Farina 838b12191e
Merge pull request #9426 from tapaskapadia/feat/lookup-dryrun
3 years ago
Tapas Kapadia 4899e8a788 feat(helm): add ability for --dry-run to do lookup functions
3 years ago
Craig O'Donnell ddf8356c1f full source path when output-dir is not provided
3 years ago
Matt Farina 863bc74e5a
Update to func handling
3 years ago
Tapas Kapadia f9e54b6079 feat(helm): add ability for --dry-run to do lookup functions
3 years ago
Tapas Kapadia d66c7db55a feat(helm): add ability for a dry-run to evaluate lookup functions
3 years ago
Tapas Kapadia ddb33580db feat(helm): add ability for a dry-run to evaluate lookup functions
3 years ago
Tapas Kapadia 4d67dfabaa feat(helm): add ability for --dry-run to do lookup functions
3 years ago
Tapas Kapadia 51281c195a feat(helm): add ability for --dry-run to do lookup functions
3 years ago
Tapas Kapadia 92a6640f8a feat(helm): add ability for --dry-run to do lookup functions
3 years ago
Graham Reed 82a2a2e85c Populate Capabilities.HelmVersion during install
4 years ago
Thomas Runyon 353d74e967 refactor internal/experimental/registry to pkg/registry
4 years ago
Martin Hickey 699ea6dcef
Merge pull request #9066 from scaat/fix-specification
5 years ago
Simon Croome c50372a8c1
Add/update deprecation notices
5 years ago
Scaat Feng b6bd8d7363 [FIX]'rest' collides with imported package name
5 years ago
Scaat Feng 5c14eec3a3 [FIX]receiver names are different
5 years ago
Matt Butcher ed5fba5142
refactor the release name validation to be consistent across Helm
5 years ago
Martin Hickey 4cc19d1d82 Fix typo
6 years ago
Matt Farina 44212f83dc
Fix issue with install and upgrade running all hooks
6 years ago
Cristian Klein 9a4f4ec64b fix(helm): Avoid corrupting storage via a lock
6 years ago
DongGang ceff32d5f8
fix(template):Issue:helm template with --output-dir (#8156)
6 years ago
Matt Butcher 524150c662
fix: use correct regular expression for Kubernetes names (#8013)
6 years ago
Matt Butcher bb47286f09
fix linting error with lookup function (#7969)
6 years ago
Elliot Maincourt 21d2aa7f2b
Migrate SQL storage driver to Helm 3 (#7635)
6 years ago
Adam Reese c2da4fd53d
ref(*): kubernetes v1.18 (#7831)
6 years ago
Marc Khouzam 7f3339cb4e feat(tests): Allow to provision memory driver
6 years ago
Song Shukun e9f40ed7a5 fix golint failure in pkg/action
6 years ago
Marc Khouzam e6d2d10bad fix(tests): Add namespace support to memory driver
6 years ago
Matt Butcher 6cc039ea79
fix: catch one additional discovery client warning (#7176)
6 years ago
Josh Soref 02ad2b1187 Spelling (#7258)
6 years ago
Matt Butcher 865c46c014
fix: stop discovery errors from halting chart rendering. (#6908)
6 years ago
Aaron Mell 31f2fea061 Passing the namespace to actionconfig.Init instead of the entire object.
6 years ago
Aaron Mell eab9d2817d Revert "Allow namespace to be set by programs consuming helm."
6 years ago
Aaron Mell bc2cd3c794 Allow namespace to be set by programs consuming helm.
6 years ago
Taylor Thomas aa429e150a feat(*): Adds custom time package for better marshalling
6 years ago
Aaron Mell 6a98d1f1d2 Code Review Changes
6 years ago
Aaron Mell 4eca26e4e1 Modified the scope of Kubeconfig so it could be set outside an env variable.
6 years ago
Taylor Thomas 01e593fbcd fix(action): Fixes ordering of variable binding
6 years ago
Aaron Mell 1d66a676c8 Moved the GetNamespace and KubeConfig function from action to cli
6 years ago
Aaron Mell 3264b75378 Refactoring after rebasing with latest
6 years ago
Aaron Mell 01d7657c1e Another Code review change
6 years ago
Aaron Mell 851e016e90 Reverted previous commit, changes based on code review feedback.
6 years ago
Aaron Mell 1ca2ab1d8d Moving actionInit from cmd/helm/helm to pgk/action/action to make it easier to instantiate the configuration
6 years ago
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
6 years ago
Matthew Fisher 1b0b843d6a
fix(action): invalidate discovery client cache on startup
6 years ago
Jacob LeGrone 2bd94bc552
Merge branch 'dev-v3' of https://github.com/helm/helm into test-as-hook
7 years ago
Matthew Fisher c5137c5390
Merge pull request #6185 from bacongobbler/feature-gates
7 years ago
Matthew Fisher 6e7f5e64a0
fix(action): return nil if no errors occurred
7 years ago
Matthew Fisher fe952445bd
feat(cmd): put OCI commands behind a feature gate
7 years ago
Jacob LeGrone 5ab42504f1
Merge branch 'dev-v3' of https://github.com/helm/helm into test-as-hook
7 years ago
Taylor Thomas dd8222d7f2 Removes clientset method from interface in favor of the configuration struct
7 years ago
Taylor Thomas 15fc57f8a3 ref(*): Refactors kube client to be a bit more friendly
7 years ago
Matt Farina 64496cdc07
Expose the resource types in addition to the api group/version in templates
7 years ago
Adam Reese 0338576fc5
ref(pkg/kube): cleanup kube client interface
7 years ago
Adam Reese 097834de0a
ref(pkg/chartutil): remove k8s version object dependency
7 years ago
Adam Reese b8bced2649
fix(pkg/action): load clients after flags have been parsed (#5681)
7 years ago
Adam Reese 295092cd7d
ref(pkg/action): refactoring dup code and linter fixes
7 years ago
Adam Reese 895e9192d4
feat(*): use vanity import helm.sh/helm
7 years ago
Matthew Fisher 2571dbf82f
ref: remove pkg/helm, pkg/hapi, pkg/tiller
7 years ago
Josh Dolitsky a32f8ebb37
Helm 3: initial registry support (#5243)
7 years ago
Adam Reese d94707db86
ref(*): remove helmVersion chart constraint
7 years ago
Matt Butcher 425f7a6f6c
feat: add 'pkg/action' for list operations (#5077)
7 years ago