lihuangzym
b9bd81dc7f
the spell check
7 years ago
Arnaud Rinquin
67c190af28
doc(tips): Add an exception to tip about quoting integers
...
Add a sentence to balance the advice about not quoting integers as it can cause headaches when applied to env variables.
7 years ago
Oilbeater
d1b3523b2b
Update Makefile
...
Remove symbol table and debug info from go binary to reduce image size
7 years ago
Paolo Mainardi
b065ffe1fc
adding other missing apiVersions
7 years ago
Reinhard Nägele
cbea403d04
Update RBAC best practices
7 years ago
Paolo Mainardi
2cee4c68fa
add appsv1beta1 and appsv1beta2 apiVersion
7 years ago
Reinhard Nägele
ea520afd3e
Fix 'getSelectorFromObject'
7 years ago
Matthew Fisher
28b05b8817
Merge pull request #3402 from bacongobbler/fix-circle-deploy
...
exit zero on non-master branch
7 years ago
Matthew Fisher
748dbda29a
Merge pull request #3399 from bacongobbler/fix-release-checklist
...
Fix release checklist
7 years ago
Matthew Fisher
e77fdf5de0
Merge pull request #3404 from liubin/patch-1
...
Fix typo
7 years ago
Daniel Barker
2a0090c8c7
Disambiguate encoding from secrets
7 years ago
Bin Liu
3c66183cb5
Fix typo
7 years ago
Bin Liu
1e0906ed67
Fix type
7 years ago
Matthew Fisher
d28d1756f8
exit zero on non-master branch
...
While we still don't want to upload to GCS/GCR, we also don't want the CI run to fail because we are just skipping the step. This is most usually seen in the `release-X.Y` branches cut every minor release.
7 years ago
Matthew Fisher
f13c4d28b5
Revert "feat(helm): adding kubeconfig flag"
...
This reverts commit 371ff8f26d
.
7 years ago
Matthew Fisher
4947e5aaf8
fix helm init --upgrade logic
7 years ago
Matthew Fisher
8604e0b832
bump version to v2.8
...
also add it to the release checklist.
7 years ago
Matthew Fisher
4763cca8cb
fix RELEASE_BRANCH_NAME
...
the release branch was of the format `release-vX.Y.Z` when it should be `release-X.Y`.
7 years ago
Matthew Fisher
ad54e71ab9
Merge pull request #3395 from bacongobbler/changelog-2.8
...
bump version to v2.8.0
7 years ago
Matthew Fisher
02496708de
bump version to v2.8.0
...
(cherry picked from commit 14af25f1de
)
7 years ago
jonathan.striebel
d77a60a462
change child-parent title & links to fix links
7 years ago
scriptonist
03f35cdd32
docs: fixed incorrect clone path in developer docs
...
In docs/developers.md the clone path for helm was given as $GOPATH/k8s.io.
This has been changed to $GOPATH/src/k8s.io.
Closes #3387
7 years ago
Pure White
0ddfbaafb6
refactor prettyError, closes #3381
7 years ago
Nikhil Manchanda
d757d9811e
Merge pull request #3375 from bacongobbler/fix-img-link
...
fix link to image
7 years ago
Matthew Fisher
9fcd6be4ff
fix link to image
7 years ago
Reinhard Nägele
3d05da0109
Fix pod recreation
7 years ago
Matthew Fisher
36983182d2
Merge pull request #3368 from cststack/master
...
Added k8comp plugin for helm
7 years ago
Catalin
229bbd84ba
Added k8comp plugin for helm
7 years ago
Matthew Fisher
2b92431476
Merge pull request #3297 from superbrothers/display-default-kube-version
...
helm template: display the default value of --kube-version in help message
7 years ago
Kazuki Suda
7b5a837b04
helm template: display the default value of --kube-version in help message
...
This commit improves to display the default value of --kube-version in
help message of `helm template` command.
```
--kube-version string kubernetes version used as Capabilities.KubeVersion.Major/Minor (default "1.9")
```
7 years ago
Matthew Fisher
512a887421
Merge pull request #3363 from mattfarina/update-owners
...
Adding mattfarina to the OWNERS file
7 years ago
Matt Farina
05107c2689
Adding mattfarina to the OWNERS file
7 years ago
Matthew Fisher
f729d24d81
Merge pull request #3274 from bacongobbler/install-zip
...
fix(ci): install zip
7 years ago
Matthew Fisher
14c7be1f92
Merge pull request #3288 from bradbeam/starter
...
feat Making starter templates more versatile
7 years ago
Matthew Fisher
67a3377630
Merge pull request #3361 from etiennetremel/add-helm-monitor
...
Add helm-monitor plugin
7 years ago
Matt Farina
c359ea66ed
Merge pull request #3350 from mattfarina/fix/3349
...
fix(capabilities): Adding GitVersion to default set
7 years ago
Etienne Tremel
af3c734e37
Add helm-monitor plugin
7 years ago
Matthew Fisher
5341936401
Merge pull request #3238 from TheOriginalAlex/grpc-wait-for-ready
...
Added a --wait flag to helm init
7 years ago
Alex Johnson
b29d25ef0b
Added a --wait flag for helm init which pings the Tiller server and ensures that it is ready to receive requests
...
Fixes #2114
Signed-off-by: Alex Johnson <ajohnson@bombora.com>
7 years ago
Matthew Fisher
512bfee98e
Merge pull request #3358 from SlickNik/nm-add-slicknik-to-owners
...
Add SlickNik to OWNERS
7 years ago
Nikhil Manchanda
a1c3ae9da9
Add SlickNik to OWNERS
7 years ago
Matthew Fisher
7432bdd716
Merge pull request #3357 from unguiculus/feature/helm-create
...
Add AppVersion to initial chart
7 years ago
Reinhard Nägele
d819ca2b94
Add AppVersion to initial chart
7 years ago
Adnan Abdulhussein
f432b8ec60
Merge pull request #3337 from unguiculus/feature/helm-create
...
Update initial chart experience
7 years ago
Matt Farina
d5a865b5f4
fix(capabilities): Adding GitVersion to default set
...
Prior to this, using the semver template functions with the full
version, which is represented in the GitVersion, was not possible
for helm template and lint commands because the property was not
populated by default. This update adds default handling.
Closes #3349
7 years ago
Matthew Fisher
077be881c4
Merge pull request #3283 from nicolerenee/concurrency
...
feat(pkg/helm): allow concurrent requests on a shared client
7 years ago
Matthew Fisher
3b3dae5f75
Merge pull request #3339 from dennis-benzinger-hybris/patch-1
...
Fix filename
7 years ago
Dennis Benzinger | SAP Hybris
9ad292b3ef
Fix filename
7 years ago
Matthew Fisher
b799d7bd27
Merge pull request #3336 from andreychernih/developers-tiller-doc
...
Added notes on how to fix pulling errors
7 years ago
Reinhard Nägele
f47e1619b0
Update initial chart experience
...
* Add template for chart name
* Use named ports and simplify service configuration
* Add affinity
* Add tolerations
* Use 'with' statements where possible
* Enhance ingress
* Add fullnameOverride to fullname template
7 years ago