https://github.com/koding/microverse-app
Helm Chart for Microverse Applications
https://github.com/koding/microverse-app
Last synced: 5 months ago
JSON representation
Helm Chart for Microverse Applications
- Host: GitHub
- URL: https://github.com/koding/microverse-app
- Owner: koding
- License: apache-2.0
- Created: 2018-04-17T15:51:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T08:58:21.000Z (over 7 years ago)
- Last Synced: 2025-03-13T14:14:31.857Z (10 months ago)
- Language: Smarty
- Homepage: https://microverse.io
- Size: 17.4 MB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# microverse-app
### Getting started
This GitHub project serves also as a Helm Repository under:
```
https://koding.github.com/microverse-app
```
In order to use it, point your helm at this repository with the following command:
```
helm repo add microverse-app https://koding.github.com/microverse-app
```
The simplest way to use this chart is to add it to your `requirements.yaml` file like the following:
```
dependencies:
- name: microverse-app
version: ^0.0.1
repository: https://koding.github.io/microverse-app
```
### Development
For each change please also send a complementary PR with updated charts, so the users can see the update.
```
$ git checkout -b update-chart
$ ./update.sh
Successfully packaged chart and saved it to: /Users/rjeczalik/src/github.com/koding/microverse-app/microverse-app-0.0.6.tgz
$ git commit -a -m"microverse-app: update chart"
$ git push origin update-chart
```