You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helm/pkg/action
Joe Julian 1d2221f9d6
Merge pull request #12290 from Ithrael/fix/helm-rollback-err-tips
2 years ago
..
testdata
action.go Merge pull request #9426 from tapaskapadia/feat/lookup-dryrun 3 years ago
action_test.go Updating the Go version in go.mod 3 years ago
dependency.go
dependency_test.go
doc.go
get.go
get_values.go
history.go
hooks.go
install.go Merge remote-tracking branch 'upstream/main' into add-labels-to-install-upgrade 2 years ago
install_test.go Merge remote-tracking branch 'upstream/main' into add-labels-to-install-upgrade 2 years ago
lazyclient.go
lint.go fix quiet lint does not fail on non-linting errors 3 years ago
lint_test.go Remove warning for template directory not found. 3 years ago
list.go
list_test.go
package.go Updating the Go version in go.mod 3 years ago
package_test.go Updating the Go version in go.mod 3 years ago
pull.go oci: Add flag `--plain-http` to enable working with HTTP registries 3 years ago
push.go oci: Add flag `--plain-http` to enable working with HTTP registries 3 years ago
registry_login.go Added insecure option to login subcommand 3 years ago
registry_logout.go
release_testing.go fix(helm): fix GetPodLogs, the hooks should be sorted before get the logs of each hook 2 years ago
resource_policy.go
rollback.go fix: helm rollback err tips 2 years ago
show.go pkg/action: fix nil-dereference 3 years ago
show_test.go
status.go Fix improper use of Table request/response to k8s API 3 years ago
uninstall.go goimports 2 years ago
uninstall_test.go Fix #3352, add support for --ignore-not-found just like kubectl delete 2 years ago
upgrade.go Merge remote-tracking branch 'upstream/main' into add-labels-to-install-upgrade 2 years ago
upgrade_test.go Added error in case try to supply custom label with name of system label during install/upgrade 3 years ago
validate.go
validate_test.go
verify.go