fix(pretix): updates of dependencies
This commit is contained in:
parent
72447721a9
commit
ae3025d2dd
3 changed files with 11 additions and 11 deletions
|
@ -1,9 +1,9 @@
|
|||
dependencies:
|
||||
- name: postgresql
|
||||
repository: oci://docker.io/bitnamicharts
|
||||
version: 16.4.13
|
||||
version: 16.4.14
|
||||
- name: redis
|
||||
repository: oci://docker.io/bitnamicharts
|
||||
version: 20.8.0
|
||||
digest: sha256:7448610da56aab3367e4c4619ef7f84b5367337477c659ca412cb00f479ddb61
|
||||
generated: "2025-02-21T08:37:43.203771382+01:00"
|
||||
version: 20.10.0
|
||||
digest: sha256:e8cf542eb88e71ef9c0d7287baefda6ac90dd9ea8297299a063427563795c0b4
|
||||
generated: "2025-03-02T21:32:26.014219813+01:00"
|
||||
|
|
|
@ -2,9 +2,9 @@ apiVersion: v2
|
|||
name: pretix
|
||||
description: Reinventing ticket presales, one ticket at a time.
|
||||
type: application
|
||||
version: "0.1.10"
|
||||
version: "0.1.11"
|
||||
# renovate: image=docker.io/pretix/standalone
|
||||
appVersion: "2025.1.0"
|
||||
appVersion: "2025.2.0"
|
||||
keywords:
|
||||
- event-tickets
|
||||
maintainers:
|
||||
|
@ -20,6 +20,6 @@ dependencies:
|
|||
repository: "oci://docker.io/bitnamicharts"
|
||||
condition: postgresql.enabled
|
||||
- name: redis
|
||||
version: "20.8.0"
|
||||
version: "20.10.0"
|
||||
repository: "oci://docker.io/bitnamicharts"
|
||||
condition: redis.enabled
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "Reinventing ticket presales, one ticket at a time."
|
|||
|
||||
# pretix
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Reinventing ticket presales, one ticket at a time.
|
||||
|
||||
|
@ -50,7 +50,7 @@ helm uninstall pretix-release
|
|||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| oci://docker.io/bitnamicharts | postgresql | ^16.3.1 |
|
||||
| oci://docker.io/bitnamicharts | redis | 20.8.0 |
|
||||
| oci://docker.io/bitnamicharts | redis | 20.10.0 |
|
||||
|
||||
## Values
|
||||
|
||||
|
@ -162,7 +162,7 @@ helm uninstall pretix-release
|
|||
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)
|
||||
# pretix
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Reinventing ticket presales, one ticket at a time.
|
||||
|
||||
|
@ -183,7 +183,7 @@ Reinventing ticket presales, one ticket at a time.
|
|||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| oci://docker.io/bitnamicharts | postgresql | ^16.3.1 |
|
||||
| oci://docker.io/bitnamicharts | redis | 20.8.0 |
|
||||
| oci://docker.io/bitnamicharts | redis | 20.10.0 |
|
||||
|
||||
## Values
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue