From ac44780e9eb9082d0b3e314cac8ed804c31bbdb8 Mon Sep 17 00:00:00 2001 From: Christiaan de Die le Clercq Date: Thu, 29 Aug 2024 20:15:53 +0200 Subject: [PATCH] Pretix 2024.8.0 Release --- pretix-helm/Chart.yaml | 4 ++-- pretix-helm/values.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pretix-helm/Chart.yaml b/pretix-helm/Chart.yaml index 3349e7d..d004253 100644 --- a/pretix-helm/Chart.yaml +++ b/pretix-helm/Chart.yaml @@ -1,8 +1,8 @@ name: pretix description: Reinventing ticket presales, one ticket at a time. type: application -version: 2024.7.0 -appVersion: 2024.7.0 +version: 2024.8.0 +appVersion: 2024.8.0 apiVersion: v2 keywords: - event-tickets diff --git a/pretix-helm/values.yaml b/pretix-helm/values.yaml index 97f6399..703ca2a 100644 --- a/pretix-helm/values.yaml +++ b/pretix-helm/values.yaml @@ -1,7 +1,7 @@ # Pretix image configuration image: repository: pretix/standalone - tag: 2024.7.0 + tag: 2024.8.0 pullPolicy: IfNotPresent pullSecrets: [] @@ -20,7 +20,7 @@ env: PRETIX_PRETIX_TRUST_X_FORWARDED_FOR: on PRETIX_PRETIX_TRUST_X_FORWARDED_PROTO: on PRETIX_MAIL_FROM: test@example.com - PRETIX_MAIL_HOST: + PRETIX_MAIL_HOST: PRETIX_MAIL_USER: PRETIX_MAIL_PASSWORD: PRETIX_MAIL_PORT: 587 @@ -76,4 +76,4 @@ ingress: paths: - path: / pathType: ImplementationSpecific - tls: [] \ No newline at end of file + tls: []