Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 460 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 460 Bytes

Authgear Helm chart

Minimal supported k8s version

1.21

Release a new version

  1. Update version in Chart.yaml and commit.
  2. Add github personal access token to .cr.yaml.
    • Create personal access token in Github with repo scope.
    • Add token: __replace_with_the_token__ to the file.
  3. Run make upload-release.
  4. Run make update-index.
  5. Commit and push the updated files to the master branch.