Skip to content

Commit

Permalink
🔧 (healthchecks): Disable debug mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 31, 2023
1 parent b7ae6a5 commit 9e8570b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/healthchecks/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/healthchecks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://raw.githubusercontent.com/gabe565/charts/main/charts/healthchecks/icon.svg" align="right" width="92" alt="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)

Expand All @@ -11,7 +11,7 @@ A cron monitoring tool written in Python & Django
**Homepage:** <https://charts.gabe565.com/charts/healthchecks>

**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

Expand Down
2 changes: 2 additions & 0 deletions charts/healthchecks/templates/common.yaml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down

0 comments on commit 9e8570b

Please sign in to comment.