This repo contains our Helm chart for Google OAuth.
This chart installs the colemickens/oauth2_proxy
image.
helm repo add contiamo https://contiamo.github.io/google-oauth/
helm install contiamo/google-oauth
The updates are managed by a Github Action workflow based on Helm releaser
To Update
- Make your changes
- Bump the chart version
- Merge/push to
main
- The workflow will release it for you. It usually takes about a minute and 30 seconds to create a new chart release after merging the code to
main
.