Skip to content

Commit ac44780

Browse files
committed
Pretix 2024.8.0 Release
1 parent 9ffefdf commit ac44780

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pretix-helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: pretix
22
description: Reinventing ticket presales, one ticket at a time.
33
type: application
4-
version: 2024.7.0
5-
appVersion: 2024.7.0
4+
version: 2024.8.0
5+
appVersion: 2024.8.0
66
apiVersion: v2
77
keywords:
88
- event-tickets

pretix-helm/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Pretix image configuration
22
image:
33
repository: pretix/standalone
4-
tag: 2024.7.0
4+
tag: 2024.8.0
55
pullPolicy: IfNotPresent
66
pullSecrets: []
77

@@ -20,7 +20,7 @@ env:
2020
PRETIX_PRETIX_TRUST_X_FORWARDED_FOR: on
2121
PRETIX_PRETIX_TRUST_X_FORWARDED_PROTO: on
2222
PRETIX_MAIL_FROM: [email protected]
23-
PRETIX_MAIL_HOST:
23+
PRETIX_MAIL_HOST:
2424
PRETIX_MAIL_USER:
2525
PRETIX_MAIL_PASSWORD:
2626
PRETIX_MAIL_PORT: 587
@@ -76,4 +76,4 @@ ingress:
7676
paths:
7777
- path: /
7878
pathType: ImplementationSpecific
79-
tls: []
79+
tls: []

0 commit comments

Comments
 (0)