Helm Chart and Docker image for Email OAuth 2.0 Proxy
This project publishes Docker images and Helm charts to both Docker Hub and GitHub Container Registry (GHCR).
Helm charts are available in two ways:
oci://docker.io/pjaudiomv/email-oauth2-proxy
oci://ghcr.io/pjaudiomv/email-oauth2-proxy
Helm chart tags always have a leading v
, e.g., v1.0.0
.
Install Example:
helm install email-oauth2-proxy oci://docker.io/pjaudiomv/email-oauth2-proxy --version v1.0.0
# or
helm install email-oauth2-proxy oci://ghcr.io/pjaudiomv/email-oauth2-proxy --version v1.0.0
A standard Helm chart repo is also hosted at:
- Repo URL: https://pjaudiomv.github.io/email-oauth2-proxy-helm
- Index file: index.yaml
Add the repo and install:
helm repo add email-oauth2-proxy https://pjaudiomv.github.io/email-oauth2-proxy-helm
helm repo update
helm install email-oauth2-proxy email-oauth2-proxy --version 1.0.0
Note:
- When using the Helm chart repository (
helm repo add
), use the version without the leadingv
(e.g.,1.0.0
).- When using OCI, use the version with the leading
v
(e.g.,v1.0.0
).
Images are available at:
Images are tagged with semantic versions (e.g., 1.0.0
).
Pull Example:
docker pull docker.io/pjaudiomv/email-oauth2-proxy:1.0.0
# or
docker pull ghcr.io/pjaudiomv/email-oauth2-proxy:1.0.0
- Docker Usage - Instructions for using the Docker image
- Helm Deployment - Helm chart documentation