Skip to content

onetimesecret/helm-chart

Folders and files

NameName
Last commit message
Last commit date
Feb 18, 2025
Feb 6, 2025
Feb 6, 2025
Feb 25, 2025
Feb 25, 2025
Jun 14, 2024
Feb 25, 2025
Oct 2, 2024
Oct 3, 2024
Jan 14, 2025

Repository files navigation

onetimesecret

Version: 0.4.2 Type: application AppVersion: v0.18.5

A Helm chart for onetimesecret. Install with

helm install onetimesecret oci://ghcr.io/onetimesecret/helm-chart/onetimesecret --version 0.4.2

Requirements

Repository Name Version
https://charts.bitnami.com/bitnami redis 20.7.0

Values

Key Type Default Description
ingress.annotations object {}
ingress.enabled bool true
ingress.hosts[0].host string "onetimesecret.example.com"
ingress.hosts[0].paths[0] string "/"
ingress.tls list []
onetimesecret.env.AUTH_SIGNIN bool true
onetimesecret.env.AUTH_SIGNUP bool true
onetimesecret.env.COLONEL string "admin@example.com"
onetimesecret.env.FROM_EMAIL string "no-reply@example.com"
onetimesecret.env.SMTP_HOST string "smtp.example.com"
onetimesecret.env.SMTP_PASSWORD string "password"
onetimesecret.env.SMTP_PORT string "587"
onetimesecret.env.SMTP_USERNAME string "username"
onetimesecret.env.SSL string "true"
onetimesecret.env.TO_EMAIL string "no-reply@example.com"
onetimesecret.image.registry string "docker.io"
onetimesecret.image.repository string "onetimesecret/onetimesecret"
onetimesecret.image.tag string ""
onetimesecret.service.type string "ClusterIP"
redis.architecture string "standalone"
redis.auth.enabled bool false
redis.enabled bool true
redis.master.persistence.enabled bool true
redis.master.persistence.size string "1Gi"