diff options
author | Zou Nengren <zounengren@cmss.chinamobile.com> | 2019-02-26 06:56:07 +0800 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2019-02-25 17:56:07 -0500 |
commit | 0bfa981e701f528df686b0727f8ca6d239f26424 (patch) | |
tree | 2232e65cc6e312a1959b68adcd4bc77310abb182 /README.md | |
parent | 070bdda0112f4277e6215f6fb1380910c4302f76 (diff) |
README: introduce a deployment method which using helm (#5638)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -69,13 +69,14 @@ This project aims to build a simple, stable and extensible self-hosted Git servi Make sure you install the [prerequisites](https://gogs.io/docs/installation) first. -There are 5 ways to install Gogs: +There are 6 ways to install Gogs: - [Install from binary](https://gogs.io/docs/installation/install_from_binary.html) - [Install from source](https://gogs.io/docs/installation/install_from_source.html) - [Install from packages](https://gogs.io/docs/installation/install_from_packages.html) - [Ship with Docker](https://github.com/gogs/gogs/tree/master/docker) - [Install with Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs) +- [Install with Kubernetes Using Helm Charts](https://github.com/helm/charts/tree/master/incubator/gogs) ### Tutorials |