From 338ecafd18132e321ff814e4c6a03ad242c5ca6f Mon Sep 17 00:00:00 2001 From: Christiaan de Die le Clercq Date: Thu, 9 May 2024 13:57:22 +0200 Subject: [PATCH] Release pretix 2024.4.0 --- README.md | 2 +- package.sh | 11 ----------- pretix-helm/Chart.yaml | 4 ++-- pretix-helm/values.yaml | 2 +- 4 files changed, 4 insertions(+), 15 deletions(-) delete mode 100755 package.sh diff --git a/README.md b/README.md index b150438..60416cb 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ helm repo add techwolf12 https://helm.techwolf12.nl/ # Repos ## Pretix -Pretix is a event ticketing system. You can find more in [./pretix-helm](https://github.com/Techwolf12/charts/tree/main/pretix-helm). \ No newline at end of file +Pretix is a event ticketing system. You can find more in [./pretix-helm](https://github.com/Techwolf12/charts/tree/main/pretix-helm) or on [Artifacthub](https://artifacthub.io/packages/helm/techwolf12/pretix). \ No newline at end of file diff --git a/package.sh b/package.sh deleted file mode 100755 index a0d3399..0000000 --- a/package.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -git checkout main -mkdir /tmp/helm-package -helm package pretix-helm -d charts -helm repo index charts --url https://helm.techwolf12.nl -mv charts/* /tmp/helm-package -git checkout gh-pages -mv /tmp/helm-package/* . -git add *.tgz index.yaml -git commit -m "Update charts" -echo "Don't forget to use helm-sign, and commit the changes" \ No newline at end of file diff --git a/pretix-helm/Chart.yaml b/pretix-helm/Chart.yaml index 20ac3ef..5f13fa0 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.3.0 -appVersion: 2024.3.0 +version: 2024.4.0 +appVersion: 2024.4.0 apiVersion: v2 keywords: - event-tickets diff --git a/pretix-helm/values.yaml b/pretix-helm/values.yaml index b1c6742..6fb8677 100644 --- a/pretix-helm/values.yaml +++ b/pretix-helm/values.yaml @@ -1,7 +1,7 @@ # Pretix image configuration image: repository: pretix/standalone - tag: 2024.3.0 + tag: 2024.4.0 pullPolicy: IfNotPresent pullSecrets: []