Skip to content

Commit

Permalink
Merge pull request #136 from maykinmedia/feature/objecten-2.4.5
Browse files Browse the repository at this point in the history
🔖 objecten 2.4.5 NOTIFICATIONS_DISABLED envvar
  • Loading branch information
sjoerdie authored Oct 29, 2024
2 parents 65a4638 + 0b59ac2 commit d91be4e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/objecten/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: objecten
description: API om objecten te beheren die behoren bij een bepaald objecttype

type: application
version: 2.4.4
appVersion: 2.4.1
version: 2.4.5
appVersion: 2.4.4

dependencies:
- name: redis
Expand Down
2 changes: 1 addition & 1 deletion charts/objecten/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# objecten

![Version: 2.4.4](https://img.shields.io/badge/Version-2.4.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.4.1](https://img.shields.io/badge/AppVersion-2.4.1-informational?style=flat-square)
![Version: 2.4.5](https://img.shields.io/badge/Version-2.4.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.4.4](https://img.shields.io/badge/AppVersion-2.4.4-informational?style=flat-square)

API om objecten te beheren die behoren bij een bepaald objecttype

Expand Down
3 changes: 3 additions & 0 deletions charts/objecten/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,6 @@ data:
{{- if .Values.settings.uwsgi.harakiri }}
UWSGI_HARAKIRI: {{ .Values.settings.uwsgi.harakiri | toString | quote }}
{{- end }}
{{- if .Values.settings.notificationsDisabled }}
NOTIFICATIONS_DISABLED: "True"
{{- end }}
2 changes: 2 additions & 0 deletions charts/objecten/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ settings:
resultBackend: ""
logLevel: debug

notificationsDisabled: false

isHttps: true

debug: false
Expand Down

0 comments on commit d91be4e

Please sign in to comment.