fix(pretix): update dependencies redis
This commit is contained in:
parent
aebdc514a6
commit
58a88afe75
3 changed files with 10 additions and 10 deletions
|
@ -1,9 +1,9 @@
|
|||
dependencies:
|
||||
- name: postgresql
|
||||
repository: oci://docker.io/bitnamicharts
|
||||
version: 16.6.4
|
||||
version: 16.6.6
|
||||
- name: redis
|
||||
repository: oci://docker.io/bitnamicharts
|
||||
version: 20.13.1
|
||||
digest: sha256:dfca377733f8f0186ad52f99fe16dbf23b319f188db3d5a42b0b5555ff21a47f
|
||||
generated: "2025-04-24T00:09:26.557823421+02:00"
|
||||
version: 20.13.3
|
||||
digest: sha256:a950267e80297987d3f9ac4039848581ef1d48eab414b9ac98ddbad4c4a126a0
|
||||
generated: "2025-04-28T16:51:49.796356086+02:00"
|
||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
name: pretix
|
||||
description: Reinventing ticket presales, one ticket at a time.
|
||||
type: application
|
||||
version: "0.1.18"
|
||||
version: "0.1.19"
|
||||
# renovate: image=docker.io/pretix/standalone
|
||||
appVersion: "2025.4.0"
|
||||
keywords:
|
||||
|
@ -20,6 +20,6 @@ dependencies:
|
|||
repository: "oci://docker.io/bitnamicharts"
|
||||
condition: postgresql.enabled
|
||||
- name: redis
|
||||
version: "20.13.1"
|
||||
version: "20.13.3"
|
||||
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.13.1 |
|
||||
| oci://docker.io/bitnamicharts | redis | 20.13.3 |
|
||||
|
||||
## 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.13.1 |
|
||||
| oci://docker.io/bitnamicharts | redis | 20.13.3 |
|
||||
|
||||
## Values
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue