diff --git a/pretix-helm/Chart.yaml b/pretix-helm/Chart.yaml index e59352d..6659667 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: 2025.6.0 -appVersion: 2025.6.0 +version: 2025.7.0 +appVersion: 2025.7.0 apiVersion: v2 keywords: - event-tickets diff --git a/pretix-helm/values.yaml b/pretix-helm/values.yaml index 6ccb29c..bb0cc82 100644 --- a/pretix-helm/values.yaml +++ b/pretix-helm/values.yaml @@ -1,7 +1,7 @@ # Pretix image configuration image: repository: pretix/standalone - tag: 2025.6.0 + tag: 2025.7.0 pullPolicy: IfNotPresent pullSecrets: []