helm/pkg/action
Taylor Thomas 01e593fbcd fix(action): Fixes ordering of variable binding
The recent init action config switched the order of how variables get bound
and where. This led to the namespace variable not being propagated down into
the calls to kubernetes.

Co-authored-by: Matthew Fisher <matt.fisher@microsoft.com>
Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
2019-10-11 11:41:57 -06:00
..
testdata support writing multiple resources to the same file 2019-07-17 17:55:50 +02:00
action.go fix(action): Fixes ordering of variable binding 2019-10-11 11:41:57 -06:00
action_test.go Merge pull request #6556 from karuppiah7890/conditional-dependencies-not-working-v3 2019-10-05 11:00:28 -07:00
chart_export.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
chart_list.go Helm 3: initial registry support (#5243) 2019-02-06 18:32:56 -06:00
chart_pull.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
chart_push.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
chart_remove.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
chart_save.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
chart_save_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
dependency.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
doc.go feat: add 'pkg/action' for list operations (#5077) 2019-01-07 17:45:14 -07:00
get.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
get_values.go Add get values table output headers 2019-10-09 23:08:22 +01:00
history.go ref(cmd): Implement flag parsing for output format 2019-10-07 12:58:36 -06:00
hooks.go feat(hooks): never delete CustomResourceDefinitions 2019-10-10 18:30:57 -04:00
install.go fix(pkg/kube): validate with OpenAPI on install 2019-10-09 14:25:47 -07:00
install_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
lint.go feat(lint): Ports v2 functionality for linting pre-release charts 2019-10-10 16:58:47 -06:00
lint_test.go feat(lint): Ports v2 functionality for linting pre-release charts 2019-10-10 16:58:47 -06:00
list.go ref(cmd): Implement flag parsing for output format 2019-10-07 12:58:36 -06:00
list_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
package.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
package_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
pull.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
registry_login.go chore(registry): upgrade to oras v0.7.0 (#6285) 2019-08-26 11:29:01 -05:00
registry_logout.go Helm 3: registry login/logout (#5597) 2019-05-06 16:15:34 -05:00
release_testing.go Print test status 2019-10-10 17:50:26 -04:00
resource_policy.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
rollback.go feat(pkg/kube): add openapi validation for k8s objects 2019-10-08 12:55:19 -07:00
show.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
show_test.go ref(pkg/action): refactoring dup code and linter fixes 2019-03-26 11:11:27 -07:00
status.go ref(cmd): Implement flag parsing for output format 2019-10-07 12:58:36 -06:00
uninstall.go feat(pkg/kube): add openapi validation for k8s objects 2019-10-08 12:55:19 -07:00
upgrade.go feat(pkg/kube): add openapi validation for k8s objects 2019-10-08 12:55:19 -07:00
upgrade_test.go fix(action): fix import statement 2019-10-05 11:51:10 -07:00
validate.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
verify.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00