Skip to content

Commit

Permalink
Pretix 2024.8.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Techwolf12 committed Aug 29, 2024
1 parent 9ffefdf commit ac44780
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pretix-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions pretix-helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Pretix image configuration
image:
repository: pretix/standalone
tag: 2024.7.0
tag: 2024.8.0
pullPolicy: IfNotPresent
pullSecrets: []

Expand All @@ -20,7 +20,7 @@ env:
PRETIX_PRETIX_TRUST_X_FORWARDED_FOR: on
PRETIX_PRETIX_TRUST_X_FORWARDED_PROTO: on
PRETIX_MAIL_FROM: [email protected]
PRETIX_MAIL_HOST:
PRETIX_MAIL_HOST:
PRETIX_MAIL_USER:
PRETIX_MAIL_PASSWORD:
PRETIX_MAIL_PORT: 587
Expand Down Expand Up @@ -76,4 +76,4 @@ ingress:
paths:
- path: /
pathType: ImplementationSpecific
tls: []
tls: []

0 comments on commit ac44780

Please sign in to comment.