https://github.com/authgear/helm-charts
https://github.com/authgear/helm-charts
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/authgear/helm-charts
- Owner: authgear
- Created: 2020-10-05T05:08:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-09-24T10:52:01.000Z (9 months ago)
- Last Synced: 2025-09-24T12:33:32.867Z (9 months ago)
- Language: Smarty
- Size: 4.51 MB
- Stars: 1
- Watchers: 0
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authgear Helm chart
# Minimal supported k8s version
1.21
## Release a new version
1. Update version in [Chart.yaml](./authgear/Chart.yaml) and commit.
1. Add github personal access token to [.cr.yaml](./.cr.yaml).
- Create personal access token in Github with `repo` scope.
- Add `token: __replace_with_the_token__` to the file.
1. Run `make upload-release`.
1. Run `make update-index`.
1. Commit and push the updated files to the master branch.