diff --git a/charts/healthchecks/Chart.yaml b/charts/healthchecks/Chart.yaml index f65d5ed3b..78ec7d63c 100644 --- a/charts/healthchecks/Chart.yaml +++ b/charts/healthchecks/Chart.yaml @@ -4,7 +4,7 @@ description: A cron monitoring tool written in Python & Django home: https://charts.gabe565.com/charts/healthchecks icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/healthchecks/icon.svg type: application -version: 0.1.0 +version: 0.1.1 # renovate datasource=docker depName=ghcr.io/linuxserver/healthchecks appVersion: version-v2.7 kubeVersion: ">=1.22.0-0" @@ -28,8 +28,8 @@ sources: - https://github.com/healthchecks/healthchecks annotations: artifacthub.io/changes: |- - - kind: added - description: Initial release + - kind: changed + description: Disable debug mode by default artifacthub.io/links: |- - name: App Source url: https://github.com/healthchecks/healthchecks diff --git a/charts/healthchecks/README.md b/charts/healthchecks/README.md index 9ace32d39..2f5e3e493 100644 --- a/charts/healthchecks/README.md +++ b/charts/healthchecks/README.md @@ -2,7 +2,7 @@ healthchecks logo -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat) +![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: version-v2.7](https://img.shields.io/badge/AppVersion-version--v2.7-informational?style=flat) @@ -11,7 +11,7 @@ A cron monitoring tool written in Python & Django **Homepage:** **This chart is not maintained by the upstream project and any issues with the chart should be raised -[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=healthchecks&version=0.1.0)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=healthchecks&version=0.1.1)** ## Source Code diff --git a/charts/healthchecks/templates/common.yaml b/charts/healthchecks/templates/common.yaml index f5dbfd4ea..5325d9cfd 100644 --- a/charts/healthchecks/templates/common.yaml +++ b/charts/healthchecks/templates/common.yaml @@ -1,6 +1,8 @@ {{/* Append the hardcoded settings */}} {{- define "healthchecks.harcodedValues" -}} env: + DEBUG: "False" + {{- with .Values.ingress.main }} {{- if and .enabled .hosts }} SITE_ROOT: http{{ if .tls }}s{{ end }}://{{ (first .hosts).host }}