Skip to content

authgear/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.