Skip to content

Commit

Permalink
feat: add content
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeo committed May 5, 2023
1 parent a1a3b8b commit b9f6c2d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 41 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,13 @@ jobs:
helm dependency list $dir 2> /dev/null | tail +2 | head -n -1 | awk '{ print "helm repo add " $1 " " $3 }' | while read cmd; do $cmd; done
done
- run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
mkdir -p public
mv README.md public/index.md
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: public
cname: charts.metatype.dev
enable_jekyll: true
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
- uses: helm/[email protected]
with:
charts_dir: charts
env:
CR_SKIP_EXISTING: true
CR_OWNER: metatypedev
CR_GIT_REPO: charts
CR_SKIP_EXISTING: true
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32 changes: 3 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,4 @@
# [Metatype](https://github.com/metatypedev/metatype) charts
# [Metatype charts](https://github.com/metatypedev/charts)

- [Typegate](charts/typegate/README.md)

## Usage

[Helm](https://helm.sh) must be installed to use the charts. Please refer to
Helm's [documentation](https://helm.sh/docs) to get started.

Once Helm has been set up correctly, add the repo as follows:

```shell
helm repo add metatype https://charts.metatype.dev
```

If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run
`helm search repo metatyoe` to see the charts.

To install the <chart-name> chart:

```shell
helm install my-<chart-name> metatype/<chart-name>
```

To uninstall the chart:

```shell
helm delete my-<chart-name>
```
See
[documentation](https://metatype.dev/docs/guides/self-hosting?utm_source=github&utm_medium=readme&utm_campaign=charts).
2 changes: 1 addition & 1 deletion charts/typegate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: typegate
description: A Helm chart for Typegate
type: application
version: 0.1.0
version: 0.1.1
appVersion: "0.1.7"
dependencies:
- name: redis
Expand Down

0 comments on commit b9f6c2d

Please sign in to comment.