Skip to content

bakito/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artifact Hub

Setup

Install chart-releaser env:

export CR_TOKEN=${GITHUB_TOKEN}
export CR_PACKAGE_PATH=/home/xxx/path/to/this/repo/packages

~/.cr/cr.yaml

owner: bakito
git-repo: helm-charts
token: ghp_...
git-base-url: https://api.github.com/
git-upload-url: https://uploads.github.com/
charts-repo: https://bakito.github.io/helm-charts/
index-path: /home/xxx/path/to/this/repo/docs/index.yaml
pages-branch: main
bakito @ ~/git/github

Usage

In the chart repository

# build the package
cr package <chars-dir>

# upload the chart
cr upload --skip-existing

# update the index
cr index
go run ./cmd/index2md/ > docs/README.md

In this repo

git add .
git commit -m""
git push