https://github.com/deis/demo-charts
Helm charts for demos of Deis Workflow Apps
https://github.com/deis/demo-charts
Last synced: 4 months ago
JSON representation
Helm charts for demos of Deis Workflow Apps
- Host: GitHub
- URL: https://github.com/deis/demo-charts
- Owner: deis
- License: mit
- Created: 2016-04-13T12:28:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T20:48:50.000Z (about 9 years ago)
- Last Synced: 2025-07-30T09:46:02.632Z (11 months ago)
- Language: CSS
- Homepage: https://deis.com
- Size: 31.3 KB
- Stars: 4
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Helm Classic](http://helm.sh) charts repository for demos
###You need to add this Chart repo to Helm Classic
```console
$ helmc up
$ helmc repo add demo-charts https://github.com/deis/demo-charts
$ helmc up
```
###Then you can install charts
Let's install redis-guestbook chart:
```
$ helmc fetch demo-charts/redis-guestbook
$ helmc install redis-guestbook
```