From 9ffefdf20daebfb24a201249644cabbe1d075a51 Mon Sep 17 00:00:00 2001 From: Christiaan de Die le Clercq Date: Fri, 26 Jul 2024 15:03:12 +0200 Subject: [PATCH] Upgrade pretix to 2024.7.0 --- pretix-helm/Chart.yaml | 4 ++-- pretix-helm/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pretix-helm/Chart.yaml b/pretix-helm/Chart.yaml index f4002ee..3349e7d 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.6.0 -appVersion: 2024.6.0 +version: 2024.7.0 +appVersion: 2024.7.0 apiVersion: v2 keywords: - event-tickets diff --git a/pretix-helm/values.yaml b/pretix-helm/values.yaml index ce6f84c..97f6399 100644 --- a/pretix-helm/values.yaml +++ b/pretix-helm/values.yaml @@ -1,7 +1,7 @@ # Pretix image configuration image: repository: pretix/standalone - tag: 2024.6.0 + tag: 2024.7.0 pullPolicy: IfNotPresent pullSecrets: []