Matthew Fisher
111482519d
add Windows release to README
...
Also bumps the release version to v2.6.1.
7 years ago
Adam Reese
5bc7c619f8
chore(*): bump to v2.6.0
7 years ago
Mohammad Asif Siddiqui
9d89a6da6b
Updated as per suggestion
7 years ago
Mohammad Asif Siddiqui
80cd9aceec
Add godoc reference badge
7 years ago
Justin Scott
58259c59b7
Merge pull request #2756 from yuvipanda/patch-3
...
Update README to point to #charts channel on slack too
7 years ago
Yuvi Panda
cffb996024
Update README to point to #charts channel on slack too
7 years ago
Matthew Fisher
7fda385b60
Update helm binaries references to v2.5.1
7 years ago
flynnduism
8e5d77d2fa
Update README with links to docs.helm.sh
7 years ago
Adam Reese
012cb0ac1a
chore(*): bump to v2.5.0
7 years ago
Dan Bode
8164f4122e
bump download links to 2.4.2
...
they are currently set to 2.4.1.
8 years ago
Oli Lalonde
1cd4bf06f1
Update dl links in README.md from v2.4.0 to v2.4.1
8 years ago
Adam Reese
1ec2c04be8
chore(*): bump to v2.4.0
8 years ago
Trevor Hartman
f206f03a1b
Update Slack channels
8 years ago
Michelle Noorali
dfbdd4c5ea
chore(README.md): update zoom meeting link
8 years ago
Adam Reese
d83c245fc3
chore(*): bump to v2.3.0
8 years ago
Matt Butcher
273f6bd691
docs(README): update downloads to 2.2.2.
8 years ago
Aaron Roydhouse
5b5d689186
Link to the Helm Chart repository from the Helm project
...
The current README makes no mention of the Chart repository or where to find it. You have to Google to find it or stumble upon it. It was frustrating to come to the Helm project and not easily be able to find where the chart repository was - even though I knew it existed. This patch will make that easier for others.
8 years ago
Matt Butcher
d9173cc9ba
docs(index): Move doc index into a separate file.
...
This removes the full TOC from the README and puts it in an index. This
will help when we begin to autogenerate a website based on
documentation.
8 years ago
Adam Reese
fc315ab598
chore(*): bump to v2.2.0
8 years ago
Michelle Noorali
e71b07f2ed
chore(docs/): document `helm test` feature
8 years ago
Matt Farina
6cd5520854
feat(README): Adding roadmap location
...
To exit incubation the roadmap needs to be listed in the wiki per
the incubator documentation. For more detail see
https://github.com/kubernetes/community/blob/master/incubator.md
8 years ago
Matt Butcher
9e6b135b5e
docs(related): add related projects
...
Closes #1482
8 years ago
Matt Boersma
bd27acd02c
chore(*): bump to v2.1.3
8 years ago
Christoph Blecker
d41d3b566f
Update OS X references to macOS
8 years ago
Christoph Blecker
11dc26a7ec
Update docs for homebrew formula
8 years ago
Matt Boersma
152cf427ed
chore(*): bump to 2.1.2
8 years ago
Matt Farina
33403ffd98
feat(readme): Display the Go Report Card
8 years ago
Adam Reese
b7b648456b
chore(*): bump to v2.1.0
8 years ago
Lachlan Evenson
52f64f4542
update download links to v2.0.2
8 years ago
Matt Butcher
fad755e7ae
feat(helm): add plugin system backend
...
This adds a backend for a plugin system.
Closes #1572
8 years ago
Adam Reese
51bdad4275
chore(*): bump to v2.0.0
8 years ago
Matt Butcher
57ccce10d3
Merge pull request #1551 from technosophos/docs/yaml-tips
...
docs(yaml_techniques): add YAML techniques document
8 years ago
Matt Butcher
3fb2feb843
docs(yaml_techniques): add YAML techniques document
...
This documents YAML and provides information about how Helm and
Kubernetes interpret the YAML.
8 years ago
Matt Farina
da73150ce9
fix(tls): download helm and charts over https
...
Downloading of charts and helm itself happened over http. This
change moves to use https as that is available with valid certs.
8 years ago
Matt Farina
7a79661f0e
feat(charts): Move bucket to domain from path
...
A bucket name in the path can be migrated to a custom k8s domain
name. This is in preperation for that.
8 years ago
Matt Butcher
d5346b1be9
docs(chart_tempalte_primer): add template primer
...
This adds a detailed document on writing templates in Helm. This is NOT
a best-practices guide, but a thorough introduction to templates in
Helm.
8 years ago
Matt Butcher
d92e03046b
docs(install): add frequently asked questions
8 years ago
Matt Butcher
e4507541f2
docs(kubernetes_distros): add notes on kube distros
...
This adds a place to put distribution-specific information about
different distributions of Kubernetes.
8 years ago
Adnan Abdulhussein
c324e1a084
chore(README): update install section for Beta.2
8 years ago
Fabian Ruff
46d66b3f25
Fix broken links in README
8 years ago
Matt Butcher
627c59d148
docs(*): refresh docs
...
This refreshes docs, as discussed in #719 , and adds a few new sections
to the docs.
Closes #719
8 years ago
Matt Butcher
b2b5dba355
docs(README): update download information
8 years ago
Matt Butcher
1c6fc9c0e8
feat(helm): remove the requirement that fetch/install need version
...
This removes the requirement that a fetch or install command must
explicitly state the version number to install. Instead, this goes to
the strategy used by OS package managers: Install the latest until told
to do otherwise.
Closes #1198
8 years ago
Matt Butcher
6691b79f30
docs(install): Add information on using canary releases
...
This includes documentation on how to use Helm and Tiller canary
releases.
8 years ago
Matt Butcher
47e425ba4e
Merge pull request #1247 from technosophos/docs/install
...
docs(install, using): add installation and usage docs
8 years ago
Matt Butcher
7d8b5bbb49
docs(install, using): add installation and usage docs
8 years ago
Matt Butcher
6f7de6d34d
docs(glossary): added glossary
...
Added glossary to the index on README as well.
Closes #1213
8 years ago
Brandon Philips
bcb1cc65bb
feat(README): add the history doc link
...
After d1488f1d94
I forgot to add this to
the TOC.
8 years ago
Brandon Philips
a1a2578ff0
feat(README): call out the code of conduct
...
Lifted from https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/README.md
8 years ago
Matt Butcher
6a813af5c3
Merge pull request #1188 from philips/add-community-readme
...
feat(README): add community contact points
8 years ago