Compare commits

..

3 commits

10 changed files with 25 additions and 29 deletions

View file

@ -1,6 +1,6 @@
dependencies:
- name: redis
repository: oci://docker.io/bitnamicharts
version: 20.7.0
digest: sha256:5a974a42cdd50d8916d1099b1ace5433623947f571a47d60d0fac5607212cab2
generated: "2025-02-08T00:21:17.897938198+01:00"
version: 20.7.1
digest: sha256:7e4bc7c99d5baf430912044e10ddaa4133fdc6263fa9df9a2cf5a34b5677f7d6
generated: "2025-02-20T03:38:36.908055662+01:00"

View file

@ -3,7 +3,7 @@ name: autopush
description: A Helm chart for Kubernetes
icon:
type: application
version: 0.0.10
version: 0.0.11
# renovate: image=docker.io/mozilla-services/autopush-rs
appVersion: "1.72.2"
maintainers:
@ -12,6 +12,6 @@ maintainers:
dependencies:
- name: redis
version: "20.7.0"
version: "20.7.1"
repository: "oci://docker.io/bitnamicharts"
condition: redis.internal

View file

@ -7,7 +7,7 @@ description: "A Helm chart for Kubernetes"
# autopush
![Version: 0.0.10](https://img.shields.io/badge/Version-0.0.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.72.2](https://img.shields.io/badge/AppVersion-1.72.2-informational?style=flat-square)
![Version: 0.0.11](https://img.shields.io/badge/Version-0.0.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.72.2](https://img.shields.io/badge/AppVersion-1.72.2-informational?style=flat-square)
A Helm chart for Kubernetes
@ -57,7 +57,7 @@ helm uninstall autopush-release
| Repository | Name | Version |
|------------|------|---------|
| oci://docker.io/bitnamicharts | redis | 20.7.0 |
| oci://docker.io/bitnamicharts | redis | 20.7.1 |
## Values

View file

@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://docker.io/bitnamicharts
version: 16.4.6
version: 16.4.9
- name: redis
repository: oci://docker.io/bitnamicharts
version: 20.7.0
digest: sha256:8a5d13478c6a96144fc26031785980c38d6c496a58121c64cfc15df10f5911ed
generated: "2025-02-08T00:21:59.977208592+01:00"
version: 20.7.1
digest: sha256:58d42351d4fd7baa486d1b34f9b55ecf895b23bc9bb7144aab92dd3ba9d9b60f
generated: "2025-02-20T03:39:21.555070485+01:00"

View file

@ -4,7 +4,7 @@ name: matrix-synapse
description: Matrix reference homeserver
icon: https://matrix.org/images/matrix-logo.svg
type: application
version: "1.0.14"
version: "1.0.15"
# renovate: image=ghcr.io/element-hq/synapse
appVersion: 1.124.0
maintainers:
@ -17,6 +17,6 @@ dependencies:
repository: "oci://docker.io/bitnamicharts"
condition: postgresql.enabled
- name: redis
version: "20.7.0"
version: "20.7.1"
repository: "oci://docker.io/bitnamicharts"
condition: redis.enabled

View file

@ -7,7 +7,7 @@ description: "Matrix reference homeserver"
# matrix-synapse
![Version: 1.0.14](https://img.shields.io/badge/Version-1.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.124.0](https://img.shields.io/badge/AppVersion-1.124.0-informational?style=flat-square)
![Version: 1.0.15](https://img.shields.io/badge/Version-1.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.124.0](https://img.shields.io/badge/AppVersion-1.124.0-informational?style=flat-square)
Matrix reference homeserver
@ -44,7 +44,7 @@ helm uninstall matrix-synapse-release
| Repository | Name | Version |
|------------|------|---------|
| oci://docker.io/bitnamicharts | postgresql | ^16.3.1 |
| oci://docker.io/bitnamicharts | redis | 20.7.0 |
| oci://docker.io/bitnamicharts | redis | 20.7.1 |
## Values
@ -111,7 +111,6 @@ helm uninstall matrix-synapse-release
| publicServerName | string | `nil` | The public Matrix server name, this will be used for any public URLs in config as well as for client API links in the ingress. |
| redis.architecture | string | `"standalone"` | |
| redis.auth.enabled | bool | `true` | |
| redis.auth.existingSecret | string | `nil` | Or use existing secret with "redis-password" key instead of static password |
| 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 | `"synapse"` | XXX Change me! |

View file

@ -728,9 +728,6 @@ redis:
# -- Password key to be retrieved from existing secret
existingSecretPasswordKey: ""
# -- Or use existing secret with "redis-password" key instead of static password
existingSecret:
architecture: standalone
global:
storageClass: ""

View file

@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://docker.io/bitnamicharts
version: 16.4.6
version: 16.4.9
- name: redis
repository: oci://docker.io/bitnamicharts
version: 20.7.0
digest: sha256:8a5d13478c6a96144fc26031785980c38d6c496a58121c64cfc15df10f5911ed
generated: "2025-02-08T00:22:26.312939994+01:00"
version: 20.7.1
digest: sha256:58d42351d4fd7baa486d1b34f9b55ecf895b23bc9bb7144aab92dd3ba9d9b60f
generated: "2025-02-20T03:39:57.169395985+01:00"

View file

@ -2,7 +2,7 @@ apiVersion: v2
name: pretix
description: Reinventing ticket presales, one ticket at a time.
type: application
version: 0.1.7
version: "0.1.8"
# renovate: image=docker.io/pretix/standalone
appVersion: "2025.1.0"
keywords:
@ -20,6 +20,6 @@ dependencies:
repository: "oci://docker.io/bitnamicharts"
condition: postgresql.enabled
- name: redis
version: "20.7.0"
version: "20.7.1"
repository: "oci://docker.io/bitnamicharts"
condition: redis.enabled

View file

@ -7,7 +7,7 @@ description: "Reinventing ticket presales, one ticket at a time."
# pretix
![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-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.8](https://img.shields.io/badge/Version-0.1.8-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.
@ -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.7.0 |
| oci://docker.io/bitnamicharts | redis | 20.7.1 |
## Values
@ -160,7 +160,7 @@ helm uninstall pretix-release
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)
# pretix
![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-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.8](https://img.shields.io/badge/Version-0.1.8-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.
@ -181,7 +181,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.7.0 |
| oci://docker.io/bitnamicharts | redis | 20.7.1 |
## Values