Matt Butcher
641bae6d6c
Merge pull request #884 from migmartri/remove-output
...
Removing debugging line
9 years ago
Matt Butcher
a0a0eb6b34
Merge pull request #886 from spiffxp/docker-tag-no-f
...
Avoid use of -f for docker tag
9 years ago
Matt Butcher
100dd314f2
Merge pull request #883 from technosophos/fix/879-fix-name-truncate
...
fix(docs): fix nginx example chart name
9 years ago
Matt Butcher
96ac6ebc6c
fix(tiller): stop printing <no value> when var is missing
...
Instead of printing "no value", this prints an empty string by
default, but adds a Strict flag on the engine, which (if true)
will cause a template render to error out if a value is not supplied.
Strict is set to false so that developers can instead use `default` to
set default values.
9 years ago
Aaron Crickenberger
e5bc9ef176
Avoid use of -f for docker tag
...
As of docker 1.10, `-f` has been removed as an option for `docker tag`
https://docs.docker.com/engine/deprecated/
9 years ago
Miguel Martinez
d1fe406478
Adding squote test case and generic message
9 years ago
Miguel Martinez
2eff17cb6d
Removing debugging line
9 years ago
Matt Butcher
628e0b7cec
fix(docs): fix nginx example chart name
...
The name was not correctly truncating, which occasionally resulted
in naming errors, since Kubernetes restricts names to 24 characters.
9 years ago
Matt Butcher
59806b40a8
Merge pull request #873 from technosophos/feat/859-namespace-values
...
feat(*): add Values namespace to templates
9 years ago
Matt Butcher
225d3a8adc
test(engine): add test case for deep release passing
9 years ago
Matt Butcher
e00f774a5d
fix(engine): remove debugging output
9 years ago
Matt Butcher
90c46e896d
fix(chartutil): fix Table() method to test Values
...
This makes the Table() method more flexible than the original version.
It allows either a map[string]interface{} or a chartutil.Values to be
treated as a table.
9 years ago
Matt Butcher
22ac61469f
feat(*): add Values namespace to templates
...
This adds the .Values namespace qualifier to all values
9 years ago
Michelle Noorali
1dc95be105
Merge pull request #857 from migmartri/689-template-rules
...
Templates directory lint rules
9 years ago
Miguel Martinez
81ac98ad9a
Adding support for associated templates
...
Fixing unit test
9 years ago
Matt Butcher
eb2625b118
Merge pull request #875 from technosophos/feat/850-code-of-conduct
...
feat(code of conduct): add code of conduct
9 years ago
Matt Butcher
cf33e8c83d
Merge pull request #878 from technosophos/fix/662-security-report
...
fix(CONTRIBUTING): add guidelines for security issues
9 years ago
Matt Butcher
aa8685d043
fix(CONTRIBUTING): add guidelines for security issues
...
Closes #662
9 years ago
Matt Butcher
8526d111b1
feat(code of conduct): add code of conduct
...
Closes #850
9 years ago
Matt Butcher
a877ba53c8
Merge pull request #876 from migmartri/patch-2
...
NGINX typo
9 years ago
Adam Reese
092b7ef703
Merge pull request #877 from adamreese/fix/gcr-auth
...
fix(ci): replace gcloud with docker login
9 years ago
Miguel Ángel Martínez Triviño
ce0f474eb0
Update charts.md
9 years ago
Adam Reese
f4bb387ea4
fix(ci): replace gcloud with docker login
9 years ago
Miguel Martinez
03d27779d3
Templates Lint rules
...
Template rules
Adding chart errors
Added function that checks the existence of all the values in the templates
Adding chartfile unit tests
Testing runLinterRule
Fixing out of range
Fixing out of range
Improving quote detector
9 years ago
Adam Reese
69f66629c4
chore(*): bump version to v2.0.0-alpha.2
9 years ago
Matt Butcher
5b6fad043a
Merge pull request #871 from technosophos/feat/helm-install-from-repo
...
feat(helm): install directly from repo
9 years ago
Matt Butcher
645cf0e14b
Merge pull request #868 from technosophos/docs/unify-examples
...
docs(examples): unify the examples
9 years ago
Matt Butcher
ca6151f860
Merge pull request #867 from technosophos/fix/866-LICENSE
...
fix(LICENSE): add copyright year and authors
9 years ago
Matt Butcher
9e45ac117d
feat(helm): install directly from repo
...
A helm install command will try to load a chart from a local file first.
But if a local file is not found, it will try to fetch a file from a
matching repo request. The file will be downloaded to the client,
and then sent to Tiller for installation.
9 years ago
Adam Reese
fd28256aea
Merge pull request #869 from adamreese/fix/tunnel-blank-namespace
...
fix(tunnel): handle blank namespace
9 years ago
Adam Reese
907936c2ce
fix(tunnel): handle blank namespace
9 years ago
Matt Butcher
6b5534193e
fix(_proto): add license block to proto files
9 years ago
Matt Butcher
e757b24aed
fix(*): add license header
9 years ago
Matt Butcher
5e63b5e925
docs(examples): unify the examples
...
As noted in #860 , there were a few places where the alpine and nginx
charts differed. This unifies the two, using common labels and
conventions.
9 years ago
Matt Butcher
2378a25070
Merge pull request #860 from technosophos/feat/nginx-example
...
docs(examples): add nginx example chart
9 years ago
Matt Butcher
0c8ee4e1ae
fix(LICENSE): add copyright year and authors
9 years ago
Matt Butcher
e628b333b0
fix(example/nginx): add links, clarify a few things
9 years ago
Adam Reese
68e0032fbd
Merge pull request #863 from adamreese/fix/686-tunnel-error
...
fix(tunnel): display friendly error on connect issues
9 years ago
Adam Reese
51b6bca961
Merge pull request #861 from adamreese/feat/release-status
...
feat(tiller): record release status deployed
9 years ago
Matt Butcher
e0086fd783
Merge pull request #865 from spesnova/fix-typo
...
Fix typo
9 years ago
Matt Butcher
156be8e736
Merge pull request #862 from technosophos/fix/remove-helmignore-println
...
fix(chartutil): remove a wayward println
9 years ago
Seigo Uchida
d474d98a8f
Fix typo
9 years ago
Adam Reese
d300a08915
fix(tunnel): display friendly error on connect issues
...
Fixes : #686
9 years ago
Matt Butcher
23ce6142f9
fix(chartutil): remove a wayward println
9 years ago
Adam Reese
c5c8e82246
feat(tiller): record release status deployed
9 years ago
Matt Butcher
15571a5a13
docs(examples): add nginx example chart
...
This adds an nginx chart that shows off more of the template system's
capabilities.
9 years ago
Matt Butcher
0acbcdd5cc
Merge pull request #855 from technosophos/fix/851-create-release-fail
...
fix(tiller): save failed releases
9 years ago
Brian
a6f89d7ac4
Merge pull request #833 from migmartri/689-linter-errors
...
Linter structure changes + extra chartfile rules
9 years ago
Matt Butcher
bb392347d1
Merge pull request #853 from technosophos/fix/sprig-2.3.0
...
fix(sprig): update sprig library to 2.3.0
9 years ago
Matt Butcher
da14da360b
fix(tiller): save failed releases
...
When a release failed, the release record was not saved. That led to the
case where Kubernetes resources were deployed, but the release that
deployed them was not tracked.
To fix, we now save the release on failure. The 'helm delete' operation
can delete failed resources.
Closes #851
9 years ago