Morten Torkildsen
5270352a09
fix(helm): Disable schema validation for manifests
...
Signed-off-by: Morten Torkildsen <mortent@google.com>
6 years ago
Morten Torkildsen
bf377c5ad5
fix(helm): Only validate new manifests
...
Signed-off-by: Morten Torkildsen <mortent@google.com>
6 years ago
Matthew Fisher
97d12061d7
feat(ci): push release assets to Azure and GCS
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
05811b84a3
fix(pkg/storage/driver): use shallowReleaseEqual()
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Elliot Maincourt
ee63d06192
Fix formatting issue
...
Signed-off-by: Elliot Maincourt <e.maincourt@gmail.com>
6 years ago
Elliot Maincourt
56057af447
Clarify our SQL Release binding struct naming and purpose
...
Signed-off-by: Elliot Maincourt <e.maincourt@gmail.com>
6 years ago
Étienne Lafarge
1ed1169cb0
[pr-review] Lighten docs & validate SQL dialect
...
Signed-off-by: Étienne Lafarge <etienne.lafarge@gmail.com>
6 years ago
Étienne Lafarge
6987014b74
[storage] Add an SQL storage driver
...
This commits adds the possibility to back Tiller (or the future
Tiller-less Helm CLI) with any SQL database (only postgres has been
tested so far) to store release information.
The main motivation for this commit was to use a storage backend that
would allow releases larger that 1MB in size (ConfigMap or Secret
drivers don't, because of limits on value size in the underlying etcd
key-value store).
Signed-off-by: Étienne Lafarge <etienne.lafarge@gmail.com>
Co-authored-by: Elliot Maincourt <e.maincourt@gmail.com> (@emaincourt)
Co-authored-by: Paul Borensztein <hi@0x01.fr> (@commit-master)
6 years ago
Tariq Ibrahim
4a0eb2ac6e
add errcheck for Digest method in sign.go
...
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
6 years ago
Matthew Fisher
2420009a75
bump version to v2.14
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
7e79ede901
Merge pull request #5701 from BenLubar-PR/proget-repo
...
Add ProGet as a Helm chart repository host.
6 years ago
Matthew Fisher
415dacc16b
Merge pull request #5700 from nojnhuh/master
...
Fix typo
6 years ago
Jon Huhn
e6d5fc933b
Fix typo
...
Signed-off-by: Jon Huhn <huhnjon@gmail.com>
6 years ago
Ben Lubar
85b5dcad31
Add ProGet as a Helm chart repository host.
...
Signed-off-by: Ben Lubar <blubar@inedo.com>
6 years ago
Matthew Fisher
ffc71f9b7b
Merge pull request #5671 from tariq1890/upd_golang
...
use the latest patch release version of golang
6 years ago
Tariq Ibrahim
4bd361746c
use the latest patch release version of golang
...
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
6 years ago
Martin Hickey
2106d6c97f
Merge pull request #5596 from hickeyma/fix-reset-force-bug
...
fix (reset): reset force hangs when Tiller pod is removed
6 years ago
Matthew Fisher
e4dfd0a27a
Merge pull request #5683 from mattfarina/ping-k8s
...
Pinning k8s to a specific release
6 years ago
Matt Farina
b5582f03e6
Pinning k8s to a specific release
...
The other Kubernetes dependencies, such as client-go and apimachinery,
are pinned to 1.14.1 but Kubernetes itself was tracking the tip of the
1.14 release branch and picking up changes between releases. This
change pins Kubernetes to the same version as the other parts of it.
Signed-off-by: Matt Farina <matt@mattfarina.com>
6 years ago
Matt Farina
bd292ebbe6
Merge pull request #5657 from cloudsmith-io/update-semver
...
Update Masterminds/semver to allow >32bit version numbers
6 years ago
Martin Hickey
eb5c42ddae
Merge pull request #5650 from jbussdieker/jbb-add-terraform-tls-docs
...
Add docs for configuring SSL using Terraform.
6 years ago
Joshua Bussdieker
51c99b1252
Fix missing link
...
Signed-off-by: Joshua Bussdieker <jbussdieker@gmail.com>
6 years ago
Matthew Fisher
96258e3b29
Merge pull request #5669 from mortent/UpdateProtoTypes
...
fix(helm): Regenerate go types from proto
6 years ago
Joshua Bussdieker
422f0929b4
Move actual docs to another repo and update related docs list
...
Signed-off-by: Joshua Bussdieker <jbussdieker@gmail.com>
6 years ago
Joshua Bussdieker
aff106f97f
Update to reflect location of docs
...
Signed-off-by: Joshua Bussdieker <jbussdieker@gmail.com>
6 years ago
Joshua Bussdieker
2ed42013c4
Add docs for configuring SSL using Terraform.
...
Signed-off-by: Joshua Bussdieker <jbussdieker@gmail.com>
6 years ago
Martin Hickey
609e3ace5d
Merge pull request #5496 from travelaudience/get-version
...
feat(helm) add 'get --template' to retrieve details about chart (ie version)
6 years ago
Jeff Knurek
d45095263e
remove obsolete doc file
...
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
6 years ago
Morten Torkildsen
072cd6af37
fix(helm): Regenerate go types from proto
...
Signed-off-by: Morten Torkildsen <mortent@google.com>
6 years ago
Jeff Knurek
0a3ebb816b
feat(helm) add '--template' option to 'helm get' for custom formatting
...
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
6 years ago
Jeff Knurek
6c760297c0
DOCS: ci failed and taught me how the docs get autogenerated
...
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
6 years ago
Jeff Knurek
acb759c079
feat(helm) add 'get version' to get the chart version
...
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
6 years ago
Martin Hickey
f0218d00f0
Merge pull request #5661 from hickeyma/fix-scaffold-chart-labels
...
fix(chartutil): Scaffold chart label in helper template
7 years ago
Martin Hickey
470d92e126
Fix scaffold chart label in helper template
...
The 'app.kubernetes.io/version' label was not being rendered as
expected. It was appending onto the label before it and also
the next label label was appending onto it on the same line.
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
7 years ago
Matthew Fisher
3da600d03f
Merge pull request #5271 from donbowman/add-imagePullSecret
...
Add imagePullSecret to the `default` helm create template
7 years ago
Patrick Carey
5ba61df4c0
Update Masterminds/semver to allow >32bit version numbers
...
Signed-off-by: Patrick Carey <pcarey@cloudsmith.io>
7 years ago
Matt Farina
dcb81c9c09
Merge pull request #5346 from truongnh1992/github_workflow
...
Adding github workflow for contributing to helm
7 years ago
Martin Hickey
42bbea26b1
Merge pull request #5624 from panicstevenson/hapi.version-description-grammar
...
Update hapi.version Description in Protobuf README
7 years ago
Martin Hickey
b8bfd7e15b
Merge pull request #5644 from hickeyma/fix-env-list-helm-doc
...
Fix environment list in helm doc
7 years ago
Martin Hickey
d082754b1a
Fix environment list in helm doc
...
Closes #5344
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
7 years ago
Matt Farina
b06b5ef4d2
Merge pull request #5373 from luisdavim/version_label
...
Add app.kubernetes.io/version label
7 years ago
Matthew Fisher
f70cba9b51
Merge pull request #5630 from tao12345666333/ref-rootfs
...
ref(rootfs): remove useless action.
7 years ago
Luis Davim
0270f2e2b5
Reduce template code duplication. Fixes #5372
...
Signed-off-by: Luis Davim <luis.davim@jet.com>
7 years ago
Martin Hickey
77185d31a9
Fix reset force which hangs Tiller pod removed
...
Closes #5592
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
7 years ago
Matthew Fisher
bbae86e09a
Merge pull request #5620 from ecv/ecv/no-forced-chirpiness
...
remove snowflake-emoji 'Happy Helming!'
7 years ago
Jintao Zhang
792af434e6
ref(rootfs): remove useless action.
...
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
7 years ago
Matthew Fisher
e562a2ee94
Merge pull request #5621 from mauilion/patch-1
...
Updating to use git.io short url
7 years ago
Duffie Cooley
8bc521fd54
Updating to use git.io short url
...
I've added an alias to git.io the github url shortening service from git.io/get_helm.sh -> https://raw.githubusercontent.com/helm/helm/master/scripts/get
Like this:
```
$ curl -i https://git.io/ -F url=https://raw.githubusercontent.com/helm/helm/master/scripts/get -F code=get_helm.sh
HTTP/1.1 201 Created
Server: Cowboy
Connection: keep-alive
Date: Fri, 19 Apr 2019 23:20:39 GMT
Status: 201 Created
Content-Type: text/html;charset=utf-8
Location: https://git.io/get_helm.sh
Content-Length: 62
X-Xss-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Runtime: 0.008310
X-Node: f065811c-e0e8-4384-bf09-9d9d28586c4d
X-Revision: 392798d237fc1aa5cd55cada10d2945773e741a8
Strict-Transport-Security: max-age=31536000; includeSubDomains
Via: 1.1 vegur
```
I think it's a little easier to remember and use.
There is also no way to overwrite or modify alias. Once it's there it's there in perpetuity.
Thanks!
Signed-off-by: Duffie Cooley <dcooley@heptio.com>
7 years ago
Panic Stevenson
290a9fca18
Update hapi.version Description in Protobuf README
...
Signed-off-by: Panic Stevenson <panic.stevenson@gmail.com>
7 years ago
Evan Vetere
f602c2328d
tone down the enthusiasm
...
fix for unit tests
Signed-off-by: Evan Vetere <ecv@sine.com>
7 years ago