No introduction found. Create it?
Install with:
helm repo add bjw-s oci://ghcr.io/bjw-s/helm/
helm install changedetection bjw-s/app-template -f values.yaml
See examples from other people.
Name | Repo | Stars | Version | Timestamp |
---|---|---|---|---|
changedetection | szinn/k8s-homelab | 203 | 3.6.1 | 2 days ago |
changedetection | truxnell/home-cluster | 142 | 1.5.1 | 10 months ago |
changedetection | pl4nty/homelab | 34 | 2.4.0 | a year ago |
See the most popular values for this chart:
Key | Types |
---|---|
number | |
boolean | |
service.main.controller (2) changedetection | string |
service.main.type (1) ClusterIP | string |
service.app.controller (4) changedetection | string |
number | |
ingress.main.hosts[].host (6) changedetection.${SECRET_DOMAIN} | string |
string | |
string | |
string | |
string | |
string | |
boolean | |
ingress.main.tls[].hosts[] (5) - changedetection.${SECRET_DOMAIN} | string |
ingress.main.tls[].secretName (2) cd.bo0tzz.me | string |
string | |
ingress.main.annotations."cert-manager.io/cluster-issuer" (2) letsencrypt-prod | string |
ingress.main.annotations."external-dns.alpha.kubernetes.io/target" (1) ingress.${SECRET_DOMAIN} | string |
string | |
ingress.main.annotations."hajimari.io/icon" (1) mdi:web-sync | string |
string | |
string | |
ingress.main.annotations."nginx.ingress.kubernetes.io/auth-response-headers" (1) Remote-User,Remote-Name,Remote-Groups,Remote-Email | string |
ingress.main.annotations."nginx.ingress.kubernetes.io/auth-signin" (1) https://auth.${SECRET_DOMAIN}?rm=$request_method | string |
ingress.main.annotations."nginx.ingress.kubernetes.io/auth-snippet" (1) proxy_set_header X-Forwarded-Method $request_method; | string |
ingress.main.annotations."nginx.ingress.kubernetes.io/auth-url" (1) http://authelia.default.svc.cluster.local/api/verify | string |
ingress.main.annotations."nginx.ingress.kubernetes.io/whitelist-source-range" (1) 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 | string |
ingress.main.ingressclassname (1) internal-nginx | string |
boolean | |
ingress.app.hosts[].host (3) changedetection.${SECRET_DEFAULT_DOMAIN} | string |
string | |
string | |
string | |
string | |
ingress.app.tls[].hosts[] (3) - changedetection.${SECRET_DEFAULT_DOMAIN} | string |
ingress.app.tls[].secretName (1) ${LIMITED_DOMAIN/./-}-production-tls | string |
ingress.app.className (2) internal | string |
ingress.app.annotations."haproxy.org/allow-list" (1) ${HAPROXY_WHITELIST} | string |
ingress.app.annotations."haproxy.org/response-set-header" (1) Strict-Transport-Security "max-age=31536000"
X-Frame-Options "DENY"
X-Content-Type-Options "nosniff"
Referrer-Policy "no-referrer-when-downgrade"
| string |
controllers.main.containers.main.image.repository (5) ghcr.io/dgtlmoon/changedetection.io | string |
controllers.main.containers.main.image.tag (5) 0.45.8.1@sha256:18516eb4b2b1e82cd8a6c4026dc19f6c34c24bce21ba75e23cb12a8946503fd7 | string |
string | |
number, string | |
controllers.main.containers.main.env.TZ (4) ${TIMEZONE} | string |
string, number | |
controllers.main.containers.main.env.BASE_URL (2) https://changedetection.damoun.dev | string |
number | |
controllers.main.containers.main.env.PLAYWRIGHT_DRIVER_URL (2) ws://localhost:3000/?stealth=1&--disable-web-security=true&--user-data-dir=~/tmp/cache | string |
number | |
string | |
controllers.main.containers.main.env.WEBDRIVER_URL (1) http://selenium-router:4444 | string |
string | |
string | |
string | |
controllers.main.containers.browser.env[].name (1) SCREEN_WIDTH | string |
controllers.main.containers.browser.env[].value (1) 1920 | string |
string | |
controllers.main.containers.browser.image.repository (1) docker.io/browserless/chrome | string |
controllers.main.containers.browser.image.tag (1) latest@sha256:57d19e414d9fe4ae9d2ab12ba768c97f38d51246c5b31af55a009205c136012f | string |
number | |
number | |
number | |
number | |
controllers.main.strategy (1) RollingUpdate | string |
controllers.main.type (1) statefulset | string |
controllers.changedetection.containers.app.env.PLAYWRIGHT_DRIVER_URL (3) ws://localhost:3000/?stealth=1&--disable-web-security=true&--user-data-dir=~/browserless-cache-123 | string |
string | |
controllers.changedetection.containers.app.env.BASE_URL (2) changedetection.${SECRET_DOMAIN} | string |
number | |
number | |
number | |
number | |
controllers.changedetection.containers.app.image.repository (3) ghcr.io/dgtlmoon/changedetection.io | string |
string | |
string | |
string | |
string | |
boolean | |
string | |
boolean | |
controllers.changedetection.containers.browser.env[].name (3) SCREEN_WIDTH | string |
controllers.changedetection.containers.browser.env[].value (3) 1920 | string |
string | |
controllers.changedetection.containers.browser.image.repository (3) docker.io/browserless/chrome | string |
controllers.changedetection.containers.browser.image.tag (3) 1-chrome-stable | string |
string | |
string | |
string | |
string | |
number | |
controllers.changedetection.containers.changedetection.image.repository (1) ghcr.io/dgtlmoon/changedetection.io | string |
string | |
controllers.app.containers.browser.env[].name (1) SCREEN_WIDTH | string |
controllers.app.containers.browser.env[].value (1) 1920 | string |
string | |
controllers.app.containers.browser.image.repository (1) docker.io/browserless/chrome | string |
controllers.app.containers.browser.image.tag (1) latest@sha256:57d19e414d9fe4ae9d2ab12ba768c97f38d51246c5b31af55a009205c136012f | string |
controllers.app.containers.main.env.PLAYWRIGHT_DRIVER_URL (1) ws://localhost:3000/?stealth=1&--disable-web-security=true&--user-data-dir=~/browserless-cache-123 | string |
number | |
controllers.app.containers.main.env.TZ (1) ${CONFIG_TIMEZONE} | string |
number | |
controllers.app.containers.main.image.repository (1) ghcr.io/dgtlmoon/changedetection.io | string |
controllers.app.containers.main.image.tag (1) 0.48.06@sha256:c67332c39ac8f5c12af68a6205461f7ab487352f4a3bcda8e6f4c17e6cf3f47a | string |
boolean | |
persistence.config.existingClaim (4) changedetection | string |
string | |
string | |
persistence.config.accessMode (1) ReadWriteOnce | string |
string | |
persistence.config.mountPath (1) /datastore | string |
string | |
persistence.config.storageClass (1) openebs-mayastor-dual-replica | string |
boolean | |
persistence.data.existingClaim (2) changedetection-data | string |
string | |
persistence.data.globalMounts[].path (1) /datastore | string |
boolean | |
persistence.datastore.existingClaim (2) changedetection | string |
persistence.datastore.accessMode (1) ReadWriteOnce | string |
string | |
string | |
string | |
persistence.tmp.type (1) emptyDir | string |
number | |
string | |
number | |
number | |
boolean | |
string | |
string | |
config.existingSecret (1) changedetection-oauth2-proxy | string |
env.PGID (1) 1000 | number |
env.PLAYWRIGHT_DRIVER_URL (1) ws://localhost:3000/?stealth=1&--disable-web-security=true&--user-data-dir=~/browserless-cache-123 | string |
env.PORT (1) 5000 | number |
env.PUID (1) 1000 | number |
number | |
extraArgs.cookie-expire (1) 168h0m0s | string |
extraArgs.github-org (1) ${blog_name} | string |
extraArgs.github-team (1) super-admins,changedetection | string |
extraArgs.provider (1) github | string |
fullnameOverride (1) changedetection | string |
image.repository (1) ghcr.io/dgtlmoon/changedetection.io | string |
image.tag (1) 0.45@sha256:e14695cbabe984dcf7ce70407ab655e749ce17c5c241dd0aeb57ab9a8df74b35 | string |
number | |
boolean | |
route.main.hostnames[] (1) - changedetection.${PRIVATE_DOMAIN} | string |
route.main.parentRefs[].name (1) ${CLUSTER_NAME} | string |
string | |
route.main.rules[].backendRefs[].name (1) changedetection | string |
number | |
sidecars.browser.env[].name (1) SCREEN_WIDTH | string |
sidecars.browser.env[].value (1) 1920 | string |
sidecars.browser.image (1) docker.io/browserless/chrome:latest@sha256:51c4304ea55d95a8f44a16c7e890ec6218246e8bef5ca5f9027866fd4aef365a | string |
string | |
sidecars.browser.name (1) browser | string |