diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 688a2a9..778739c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 "$GITHUB_ACTOR@users.noreply.github.com" - 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/chart-releaser-action@v1.5.0 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 }} diff --git a/README.md b/README.md index 7d53174..8b529ab 100644 --- a/README.md +++ b/README.md @@ -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: - -```shell -helm install my- metatype/ -``` - -To uninstall the chart: - -```shell -helm delete my- -``` +See +[documentation](https://metatype.dev/docs/guides/self-hosting?utm_source=github&utm_medium=readme&utm_campaign=charts). diff --git a/charts/typegate/Chart.yaml b/charts/typegate/Chart.yaml index 31f1a46..b352c2f 100644 --- a/charts/typegate/Chart.yaml +++ b/charts/typegate/Chart.yaml @@ -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