fix(pretix): helm-hook delete-before-create for migration job

This commit is contained in:
WrenIX 2025-02-02 19:31:31 +01:00
parent a35627e48e
commit 6457beac25
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
name: pretix name: pretix
description: Reinventing ticket presales, one ticket at a time. description: Reinventing ticket presales, one ticket at a time.
type: application type: application
version: 0.1.5 version: 0.1.6
# renovate: image=docker.io/pretix/standalone # renovate: image=docker.io/pretix/standalone
appVersion: "2025.1.0" appVersion: "2025.1.0"
keywords: keywords:

View file

@ -7,7 +7,7 @@ description: "Reinventing ticket presales, one ticket at a time."
# pretix # pretix
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.1.0](https://img.shields.io/badge/AppVersion-2025.1.0-informational?style=flat-square) ![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.1.0](https://img.shields.io/badge/AppVersion-2025.1.0-informational?style=flat-square)
Reinventing ticket presales, one ticket at a time. Reinventing ticket presales, one ticket at a time.
@ -160,7 +160,7 @@ helm uninstall pretix-release
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs) Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)
# pretix # pretix
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.1.0](https://img.shields.io/badge/AppVersion-2025.1.0-informational?style=flat-square) ![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.1.0](https://img.shields.io/badge/AppVersion-2025.1.0-informational?style=flat-square)
Reinventing ticket presales, one ticket at a time. Reinventing ticket presales, one ticket at a time.

View file

@ -5,9 +5,9 @@ metadata:
labels: labels:
{{- include "pretix.labels" . | nindent 4 }} {{- include "pretix.labels" . | nindent 4 }}
annotations: annotations:
helm.sh/hook: post-install,post-upgrade "helm.sh/hook": post-install,post-upgrade
helm.sh/hook-weight: "5" "helm.sh/hook-weight": "5"
helm.sh/hook-delete-policy: hook-succeeded "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
spec: spec:
template: template:
metadata: metadata: