Simon Schmidt
3c3936fcaa
Fix typo for --service-account
7 years ago
Christian Jauvin
8775f632f2
Fix for relative chart path support in index.yaml
7 years ago
Joan Rieu
171fa2ac46
docs(chart-files): add note about `.helmignore`
7 years ago
Joan Rieu
c27333fd4c
docs(chart): add note about `.helmignore` for `.Files`
7 years ago
Taylor Thomas
1b05c5ed55
Merge pull request #3071 from mattfarina/fix/circle-cache
...
fix(circleci): Fixing the glide/vendor cache so it is used by glide
7 years ago
Taylor Thomas
a5019d1a0a
Merge pull request #3064 from neil-ca-moore/dependencies-installation-doc
...
Dependencies installation doc
7 years ago
Taylor Thomas
36eb8d73b6
Merge pull request #3047 from jacobtomlinson/patch-1
...
Add docs clarification to resolve #3046
7 years ago
Taylor Thomas
ab7acfe061
Merge pull request #3042 from jiacona/patch-1
...
Update using_helm.md
7 years ago
Matt Farina
4c7617a76e
fix(circleci): Fixing the glide/vendor cache so it is used by glide
...
This commit does a few things:
* It moves the information being cached to be the glide cache.
This will make the glide install process faster.
* The cache is restored from prior to installing the dependencies.
7 years ago
Yagnesh Mistry
441758b206
add version flag to tiller binary ( #2965 )
...
add version flag to tiller binary
* TODO comment on tiller.go
7 years ago
Neil Moore
7888f54adb
Update charts.md
7 years ago
Neil Moore
bff5261715
Update charts.md
7 years ago
Neil Moore
86f34c67c1
Merge pull request #1 from kubernetes/master
...
Update
7 years ago
Matthew Fisher
a31e2d5d66
Merge pull request #3062 from gmiretti/patch-1
...
docs: Using Helm in Openshift Kubernetes distribution
7 years ago
Gabriel Miretti
60fc7bde73
Using Helm in Openshift Kubernetes distribution
7 years ago
Matt Farina
3cba226e2d
feat(search): Expose AppVersion in search results
...
Some would like to expose and see the application version in the
search results. This change displays it.
Closes #3010
7 years ago
Matt Farina
22e5381251
feat(chart): Adding maintainer url
...
Each maintainer can have an optional URL. There are seceral use
cases for providing a URL instead of an email address:
- The case where a maintainer wants to hide their email address
behind a webform for personal security
- When the maintainer is an organization and feedback should
go to an issue queue
This change:
- Adds the proto field for url
- Updates the generated files for the chart proto
- Includes linting for the url
- Updates the docs to include the url
Closes #3056
7 years ago
Taylor Thomas
4b6ecb459b
Merge pull request #3034 from thomastaylor312/feat/add_secrets_docs
...
docs(tiller): Adds documentation for secret backend
7 years ago
Adam Reese
08c1144f5e
chore(*): bump version to v2.7.0
7 years ago
Matthew Fisher
3fc189d688
Merge pull request #3049 from bacongobbler/fix-circle-tags
...
fix circle not building tags
7 years ago
Alexander Lukyanchenko
3171f89e48
Add previous namespace mismatch warning
7 years ago
Matthew Fisher
f4f932fabd
fix circle not building tags
...
CircleCI recently skipped building tags by default, so we need to
explicitly enable it.
See https://circleci.com/docs/2.0/configuration-reference/#tags
7 years ago
Matthew Fisher
4f5e88d53d
Merge pull request #3048 from venezia/add_dollar_sign_doc
...
Adding documentation on $ variable scope
7 years ago
Michael Venezia
8a30b58eee
Updating comment indentation
...
as requested
7 years ago
Michael Venezia
14cd8833ee
Adding documentation on $ variable
7 years ago
Jacob Tomlinson
e16a835bed
Add clarification to resolve #3046
...
There must be at least one subchart or template file, therefore the `charts` and `templates` directories are not strictly optional.
7 years ago
Johan Lyheden
4831089500
Add tests to HTTPInstaller, update plugin documentation
7 years ago
Matthew Fisher
ad1cbd68e8
Merge pull request #3040 from 3h4x/patch-1
...
Small change in README.md
7 years ago
Johan Lyheden
f1a08adb41
Update to comply with linter rules and gofmt
7 years ago
Johan Lyheden
d43d5ab452
Add plugin installer from http archive
7 years ago
Marcin Brański
79d51c5cfe
Update README.md
...
There should be a colon because it precedes an explanation or an enumeration, or list.
7 years ago
Matthew Fisher
f92572e3f4
Merge pull request #3039 from profkittyface/doc-update
...
Working on Fedora release 25 - kubeadm v1.7.0 - kubelet v1.8.1
7 years ago
Drew Hunt
f98b0fcdeb
Working on Fedora release 25 - kubeadm v1.7.0 - kubelet v1.8.1
...
Tested:
- Installing/deleting Chart
- Chart upgrade and Chart rollback
7 years ago
John Iacona
67ed2cfc1e
Update using_helm.md
...
Add explanation of persistence behavior of `--set`
7 years ago
Matthew Fisher
b30be7a9d3
Merge pull request #3035 from emedvedev/patch-1
...
Fix a small typo in `yaml_techniques.md`
7 years ago
Edward Medvedev
bbad3c574e
Fix a small typo in `yaml_techniques.md`
...
Fix a typo: `coffess`.
7 years ago
Matthew Fisher
1eff362941
Merge pull request #3014 from mattfarina/fix/semver-order
...
fix(semver): fixed edge cases that do not match prerelease
7 years ago
Taylor Thomas
5e10814eb6
docs(tiller): Adds documentation for secret backend
...
Adds documentation for running `tiller` with the new secrets backend
added in #2721
7 years ago
Matthew Fisher
4f5cbed126
Merge pull request #3029 from bacongobbler/fix-glide
...
pin golang.org/x/sys to master
7 years ago
Matthew Fisher
4b9b780421
add comment on k8s 1.8.1 deps being hosed
7 years ago
Matthew Fisher
4f107cc48a
pin golang.org/x/sys to master
...
fixes issues seen in master with `make build-cross` for windows
7 years ago
Michael Venezia
e170392303
Adding how to add an image pull secret in helm ( #3022 )
...
Document how to add an image pull secret in Helm
Provide an example of how to take an image registry, user name, and password and prepare a Secret that can be used by a pod to pull a protected container image.
7 years ago
Matt Butcher
c888402158
Merge pull request #3011 from technosophos/ref/sprig-2.14
...
chore(sprig): bump sprig to 2.14.0
7 years ago
Matt Butcher
1aeeed0478
chore(sprig): bump sprig to 2.14.0
7 years ago
Adam Reese
13912b3cc0
Merge pull request #3008 from adamreese/ref/kube-1.8
...
ref(*): kubernetes v1.8 support
7 years ago
Taylor Thomas
500c9983b5
Merge pull request #3019 from thomastaylor312/fix/crd_ordering
...
fix(tiller): Adds CRD ordering
7 years ago
Taylor Thomas
ab096b883a
Merge pull request #2721 from RemingtonReackhof/secrets-support
...
feat(2196): secrets management
7 years ago
Brad Bowman
ab049ddb7b
move releaseMockWithStatus back to private
7 years ago
Brad Bowman
2bc97cfc83
Update install tests to use ReleaseMock and associates from the helm package. Also fix release names to match expected reponse values
7 years ago
Brad Bowman
14510866d5
Update cmd tests to use ReleaseMock and assocaites from the helm package
7 years ago