Matt Butcher
7399f02c97
Merge pull request #1736 from wilkers-steve/quickstart_typos
...
Typo in helm quickstart guide.
8 years ago
Brandon B. Jozsa
82e0d00d2d
clear instructions for gh-pages
8 years ago
Steve Wilkerson
0c8cff47ae
Typo in helm quickstart guide.
...
Fixed a small typo in the quickstart guide. Change 'upgrade' to
'upgraded' to match tense.
8 years ago
Nicolas Lamirault
b71a93e391
Split packages
...
Split helm and tiller packages.
8 years ago
Adam Reese
934249aadf
feat(helm): add release debugging for upgrade
8 years ago
Michelle Noorali
72a93efb48
Merge pull request #1730 from michelleN/fix/1463-remove-linter-rule
...
fix(linter): disable checking for empty values
8 years ago
Michelle Noorali
d289a0c45a
Merge pull request #1731 from michelleN/proposal-doc
...
chore(docs): add how to submit proposals
8 years ago
Adam Reese
967d1e85fa
Merge pull request #1709 from adamreese/fix/tiller-plugin-ns
...
fix(helm): add tiller-host to plugin environment
8 years ago
Matt Butcher
21d0d6ba5a
docs(chart_template_guide): link to Go template docs
...
This adds a link to the Go template docs regarding whitespace.
8 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
8 years ago
Michelle Noorali
e21777f805
chore(docs): add how to submit proposals
8 years ago
Michelle Noorali
06867b22d4
fix(linter): disable checking for empty values
...
resolves #1463
8 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
8 years ago
Matt Butcher
5fc020f0a1
Merge pull request #1727 from thomastaylor312/fix/recreate
...
fix(*): Fixes protobuf name
8 years ago
Matt Butcher
945eb707c7
Merge pull request #1718 from raviqqe/patch-1
...
s/backup up/back up/
8 years ago
Adam Reese
5e66002e21
Merge pull request #1725 from adamreese/ref/subcommands
...
ref(helm): only pass required dependencies to subcommands
8 years ago
Taylor Thomas
b18f7f7523
fix(*): Fixes protobuf name
...
The generated version of the protobuf did not match the `.proto` file.
This caused issues when a new protobuf change was added
8 years ago
Matt Butcher
090e00ddf8
Merge pull request #1686 from kubernetes/feat/1604-fromyaml
...
feat(tiller): add fromYaml to template functions
8 years ago
Adam Reese
163308535d
Merge pull request #1710 from bacongobbler/chart-repo-authentication
...
test(cmd): add unit test for chart backed by basic auth
8 years ago
Adam Reese
97db9145fd
Merge pull request #1711 from gtaylor/patch-1
...
plugins.md: Spelling fix
8 years ago
Adam Reese
e75ade35b4
Merge pull request #1716 from appscode/idea
...
Ignore .idea folder for anyone using Intellij's GO IDE.
8 years ago
Adam Reese
7a7d9fd579
Merge pull request #1720 from iameli/patch-1
...
Fix Typo
8 years ago
Adam Reese
9b0a85c7ef
Merge pull request #1721 from euank/better-error
...
fix(chartutil): improve 'missing name' error
8 years ago
Adam Reese
9aa467e317
ref(helm): only pass required dependencies to subcommands
8 years ago
Nicolas Lamirault
f80f468d9a
Update Makefile
8 years ago
Nicolas Lamirault
a6f82d884c
Add ARM target for binaries
...
```
$ make build-cross dist VERSION=v2.2.0
CGO_ENABLED=0 gox -output="_dist/{{.OS}}-{{.Arch}}/{{.Dir}}" -osarch='darwin/amd64 linux/amd64 linux/386 windows/amd64 linux/arm' -tags '' -ldflags ' -X k8s.io/helm/pkg/version
.Version=v2.1.0 -X k8s.io/helm/pkg/version.GitCommit=b3d812b3462e5ac8192f656c7098b1b54f29ffa3 -X k8s.io/helm/pkg/version.GitTreeState=dirty -extldflags "-static"' k8s.io/helm/cm
d/helm
Number of parallel builds: 3
--> darwin/amd64: k8s.io/helm/cmd/helm
--> linux/amd64: k8s.io/helm/cmd/helm
--> windows/amd64: k8s.io/helm/cmd/helm
--> linux/386: k8s.io/helm/cmd/helm
--> linux/arm: k8s.io/helm/cmd/helm
```
```
$ ls -a _dist/
. darwin-amd64 helm-v2.2.0-linux-386.tar.gz helm-v2.2.0-linux-arm.tar.gz linux-386 linux-arm
.. helm-v2.2.0-darwin-amd64.tar.gz helm-v2.2.0-linux-amd64.tar.gz helm-v2.2.0-windows-amd64.tar.gz linux-amd64 windows-amd64
```
8 years ago
Euan Kemp
25f74989a5
fix(chartutil): improve 'missing name' error
8 years ago
Eli Mallon
957fcaafa6
Fix Typo
8 years ago
Yota Toyama
9c4465860f
s/backup up/back up/
8 years ago
Tamal Saha
4207c81ed3
Ignore .idea folder for anyone using Intellij's GO IDE.
8 years ago
Marius Grigoriu
d87cd95112
Play nicely with roles that don't allow creating namespaces
...
It is unnecessary to create a namespace just to test that it exists.
Roles that don't have post namespace will error out even if the namespace exists
and it is possible to install the package anyway. This patch Gets a namespace and
only creates one if it doesn't exist.
8 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.
8 years ago
Greg Taylor
f94934b1a1
plugins.md: Spelling fix
8 years ago
Adam Reese
5961cc44b3
fix(helm): fix persistent flags not being parsed
8 years ago
Adam Reese
8a2516fcc1
fix(helm): add tiller-host to plugin environment
8 years ago
Matt Butcher
b3d812b346
Merge pull request #1692 from technosophos/fix/allow-global-map-merges
...
fix(tller): allow deep merge of global maps
8 years ago
Adam Reese
08143b6ee4
Merge pull request #1705 from adamreese/feat/1654-parsable-version
...
feat(helm): add short version output
8 years ago
Matt Butcher
4fb62cfff9
Merge pull request #1703 from nmakhotkin/rename_restart
...
Rename '--restart' option to '--recreate-pods'
8 years ago
Adam Reese
c51334235a
feat(helm): add short version output
...
add `--short` flag to version
8 years ago
Nikolay Mahotkin
c2d45805f3
Renaming --recreate to --recreate-pods
8 years ago
Nikolay Mahotkin
24b17f8041
Rename '--restart' option to '--recreate'
8 years ago
Matt Butcher
ff9651be75
Merge pull request #1648 from nmakhotkin/restarting_pods
...
Adding pod restart during release upgrade/rollback
8 years ago
Matt Butcher
a72cebe248
Merge pull request #1695 from longseespace/patch-1
...
Update checksum/config annotation
8 years ago
Matt Butcher
9ae9586df0
Merge pull request #1687 from technosophos/feat/1654-pretty-version
...
feat(tiller): Add .Release.Revision and .IsUpgrade
8 years ago
Nikolay Mahotkin
1eaec045b2
Rename 'restart' to 'recreate'
8 years ago
Long Nguyen
a5ba5faf0c
Update checksum/config annotation
8 years ago
Matt Butcher
6faf4675ac
fix(tller): allow deep merge of global maps
...
This reverts a previous decision to only do shallow merges of globals.
It allows globals to be nested maps.
8 years ago
Matt Butcher
b2d762af48
feat(tiller): add .Release.IsInstall
8 years ago
Adam Reese
6c0c4ce311
Merge pull request #1691 from adamreese/feat/tiller-namespace
...
feat(*): allow tiller to be installed in an alternate namespace
8 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
8 years ago