From 0fd266846543abd07ae5ba9eeddba7110934b85b Mon Sep 17 00:00:00 2001 From: WrenIX Date: Sun, 2 Mar 2025 22:42:31 +0100 Subject: [PATCH] fix(pretix): workaround of broken redis-subchart --- pretix/Chart.yaml | 2 +- pretix/README.md | 6 ++++-- pretix/values.yaml | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pretix/Chart.yaml b/pretix/Chart.yaml index 2d2f742..56cb36c 100644 --- a/pretix/Chart.yaml +++ b/pretix/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: pretix description: Reinventing ticket presales, one ticket at a time. type: application -version: "0.1.11" +version: "0.1.12" # renovate: image=docker.io/pretix/standalone appVersion: "2025.2.0" keywords: diff --git a/pretix/README.md b/pretix/README.md index d987285..1ed2e5a 100644 --- a/pretix/README.md +++ b/pretix/README.md @@ -7,7 +7,7 @@ description: "Reinventing ticket presales, one ticket at a time." # pretix -![Version: 0.1.11](https://img.shields.io/badge/Version-0.1.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.2.0](https://img.shields.io/badge/AppVersion-2025.2.0-informational?style=flat-square) +![Version: 0.1.12](https://img.shields.io/badge/Version-0.1.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.2.0](https://img.shields.io/badge/AppVersion-2025.2.0-informational?style=flat-square) Reinventing ticket presales, one ticket at a time. @@ -141,6 +141,7 @@ helm uninstall pretix-release | redis.auth.existingSecret | string | `""` | name of an existing secret with Redis credentials (instead of auth.password), must be created ahead of time | | redis.auth.existingSecretPasswordKey | string | `""` | Password key to be retrieved from existing secret | | redis.auth.password | string | `"changeme"` | | +| redis.auth.usePasswordFiles | bool | `false` | | | redis.enabled | bool | `true` | | | redis.global.storageClass | string | `""` | | | redis.master.persistence.enabled | bool | `true` | | @@ -162,7 +163,7 @@ helm uninstall pretix-release Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs) # pretix -![Version: 0.1.11](https://img.shields.io/badge/Version-0.1.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.2.0](https://img.shields.io/badge/AppVersion-2025.2.0-informational?style=flat-square) +![Version: 0.1.12](https://img.shields.io/badge/Version-0.1.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.2.0](https://img.shields.io/badge/AppVersion-2025.2.0-informational?style=flat-square) Reinventing ticket presales, one ticket at a time. @@ -274,6 +275,7 @@ Reinventing ticket presales, one ticket at a time. | redis.auth.existingSecret | string | `""` | name of an existing secret with Redis credentials (instead of auth.password), must be created ahead of time | | redis.auth.existingSecretPasswordKey | string | `""` | Password key to be retrieved from existing secret | | redis.auth.password | string | `"changeme"` | | +| redis.auth.usePasswordFiles | bool | `false` | | | redis.enabled | bool | `true` | | | redis.global.storageClass | string | `""` | | | redis.master.persistence.enabled | bool | `true` | | diff --git a/pretix/values.yaml b/pretix/values.yaml index 6ddedf8..569469c 100644 --- a/pretix/values.yaml +++ b/pretix/values.yaml @@ -229,6 +229,7 @@ redis: auth: enabled: true password: 'changeme' + usePasswordFiles: false # -- name of an existing secret with Redis credentials (instead of auth.password), must be created ahead of time existingSecret: "" # -- Password key to be retrieved from existing secret