Anton Galitsyn
f8a261f277
use old naming
9 years ago
Anton Galitsyn
685e730ba8
create repo.Getter interface
9 years ago
Anton Galitsyn
8a1d43ec3f
check the error that WriteFile returns
9 years ago
Anton Galitsyn
e3f39f30bf
rename URLAreEqual func
9 years ago
Anton Galitsyn
a82c19b91a
fix rebase problems
10 years ago
Anton Galitsyn
89ab7555db
Get http.Client from referenced repository
10 years ago
Anton Galitsyn
b0e7a43b5b
Construct http.Client for repositories from config, add TLS support
10 years ago
Matt Butcher
e451f79bc2
Merge pull request #1706 from technosophos/feat/1480-version-flag
...
feat(1480): add --version flag to package command
10 years ago
Adam Reese
4398255f09
fix(tests): fix broken tests for upgrade
10 years ago
Matt Butcher
b51ad7a0e5
Merge pull request #1693 from thomastaylor312/feat/hook-timeout
...
feat(*): Adds support for timeout flag
10 years ago
Matt Butcher
22c1b979af
Merge pull request #1729 from technosophos/fix/1708-rollback-help
...
fix(helm): fix rollback documentation
10 years ago
Adam Reese
1c3bada618
feat(helm): standardize debug output for releases
10 years ago
Matt Butcher
a23672744e
fix(helm): fix rollback documentation
10 years ago
Adam Reese
934249aadf
feat(helm): add release debugging for upgrade
10 years ago
Adam Reese
967d1e85fa
Merge pull request #1709 from adamreese/fix/tiller-plugin-ns
...
fix(helm): add tiller-host to plugin environment
10 years ago
Taylor Thomas
774789c79a
feat(*): Adds support for timeout flag
...
Installs, rollback, upgrade, and delete now accept a `--timeout` flag
that allows the user to specify the maximum number of seconds that
any kubernetes command can take.
Closes #1678
10 years ago
Matt Butcher
af58b8eff9
feat(1480): add --version flag to package command
...
This adds a `helm package --version=SEMVER` param that allows users to
set a version during a package operation.
Closes #1480
Closes #1699
10 years ago
Adam Reese
5e66002e21
Merge pull request #1725 from adamreese/ref/subcommands
...
ref(helm): only pass required dependencies to subcommands
10 years ago
Adam Reese
9aa467e317
ref(helm): only pass required dependencies to subcommands
10 years ago
Matthew Fisher
d9346e2fb9
test(cmd): add unit test for chart backed by basic auth
...
This verifies that by adding user information in the chart repo URL
via `helm repo add`, it will be attached to the request when downloading
the chart tarball and provenance file.
10 years ago
Adam Reese
5961cc44b3
fix(helm): fix persistent flags not being parsed
10 years ago
Adam Reese
8a2516fcc1
fix(helm): add tiller-host to plugin environment
10 years ago
Adam Reese
08143b6ee4
Merge pull request #1705 from adamreese/feat/1654-parsable-version
...
feat(helm): add short version output
10 years ago
Matt Butcher
4fb62cfff9
Merge pull request #1703 from nmakhotkin/rename_restart
...
Rename '--restart' option to '--recreate-pods'
10 years ago
Adam Reese
c51334235a
feat(helm): add short version output
...
add `--short` flag to version
10 years ago
Nikolay Mahotkin
c2d45805f3
Renaming --recreate to --recreate-pods
10 years ago
Nikolay Mahotkin
24b17f8041
Rename '--restart' option to '--recreate'
10 years ago
Matt Butcher
ff9651be75
Merge pull request #1648 from nmakhotkin/restarting_pods
...
Adding pod restart during release upgrade/rollback
10 years ago
Nikolay Mahotkin
1eaec045b2
Rename 'restart' to 'recreate'
10 years ago
Adam Reese
84928e2751
feat(*): allow tiller to be installed in an alternate namespace
...
Adds `--tiller-namespace` flag and `TILLER_NAMESPACE` envvar
to use tiller in an alternate namespace.
closes #1418
10 years ago
Matt Butcher
40396d6799
Merge pull request #1685 from technosophos/fix/1574-fetch-output
...
fix(helm): suprress info message for 'helm inspect'
10 years ago
Matt Butcher
fc9cb126e5
fix(helm): suprress info message for 'helm inspect'
...
There was an informational message being printed that is unnecessary,
but prevented shell scripting the results of inspect calls.
Closes #1574
10 years ago
Nikolay Mahotkin
ec0d104fe1
Reformatting changes
...
* Run gofmt on all changed files
so they formatted properly now
10 years ago
Nikolay Mahotkin
fdac5e8a39
Introducing flag for restarting pods during release upgrade/rollback
...
* Added pod restart for ReplicaSet
* Added --restart flag for helm CLI for upgrade/rollback commands
* By default, restart is false
10 years ago
rodcloutier
710ff78bc4
feat(helm) add command to generate bash autocompletions.
10 years ago
Matt Butcher
b08434aa3a
Merge pull request #1640 from technosophos/fix/1511-undeleting
...
fix(*): add support for "DELETING" status
10 years ago
Matt Butcher
55b83f3aec
Merge pull request #1656 from thomastaylor312/feat/multiple-values
...
feat(helm): add support for multiple values files
10 years ago
Matt Butcher
936028f29a
fix(*): add support for "DELETING" status
...
Closes #1511
10 years ago
Adam Reese
d82a2cefaa
Merge pull request #1673 from ahawkins/patch-1
...
Set Helm deployment to pull IfNotPresent
10 years ago
Vaughn Dice
4dd77e7749
feat(helm): add newline to fetch --verify output
10 years ago
Adam Reese
7f44c116a1
ref(tiller): refactor clientset out of environment
10 years ago
Adam Reese
ea3be9e3b2
feat(*): migrate to kubernetes 1.5
10 years ago
Adam Hawkins
989e59f5ba
Set Helm deployment to pull IfNotPresent
...
Helm uses fixed tags (e.g. `v2.0.2`) so there should be no need to pull a new image every time.
10 years ago
Michelle Noorali
f5778539b0
Merge pull request #1652 from michelleN/feat/1326-helm-keep
...
feat(tiller): add support for resource-policy keep
10 years ago
Taylor Thomas
1a1d84ce4c
feat(helm): add support for multiple values files
...
You can now specify the `-f` flag multiple times to include multiple
values files. The priority will be given to the last (right-most)
file specified.
Closes #1620
10 years ago
Adam Reese
0c6b6d1c62
fix(*): correct file permissions on source files
10 years ago
Michelle Noorali
e3480c76e6
feat(tiller): add support for resource-policy keep
...
satisfies #1326
10 years ago
Matt Butcher
54a1549eae
Merge pull request #1642 from technosophos/fix/rename_stat_vars
...
Fix Go style issues.
10 years ago
Matt Butcher
8ca1391fe8
Fix Go style issues.
10 years ago
Adam Reese
68ff4e7b2f
Merge pull request #1636 from adamreese/fix/grpc-max-size
...
fix(tiller): increase the max message size for grpc
10 years ago