Compare commits

...

14 commits

32 changed files with 61 additions and 61 deletions

View file

@ -1,6 +1,6 @@
dependencies:
- name: redis
repository: oci://docker.io/bitnamicharts
version: 20.11.5
digest: sha256:67c400a1df67f6ec9cf102e09439a3f60fdecc5e9092a2463220d803a1e5df34
generated: "2025-04-18T00:06:55.139656197+02:00"
version: 20.13.2
digest: sha256:6802ee2a26d741b7d2847041529b81892adbb48a0490859f6445a6985b28c73c
generated: "2025-04-24T11:32:10.041478401Z"

View file

@ -12,6 +12,6 @@ maintainers:
dependencies:
- name: redis
version: "20.11.5"
version: "20.13.2"
repository: "oci://docker.io/bitnamicharts"
condition: redis.internal

View file

@ -3,7 +3,7 @@ name: conduit
description: Conduit is a simple, fast and reliable chat server powered by Matrix.
icon: https://conduit.rs/conduit.svg
type: application
version: "1.0.4"
version: "1.0.5"
# renovate: image=docker.io/matrixconduit/matrix-conduit
appVersion: "0.9.0"
maintainers:

View file

@ -7,7 +7,7 @@ description: "Conduit is a simple, fast and reliable chat server powered by Matr
# conduit
![Version: 1.0.4](https://img.shields.io/badge/Version-1.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.0](https://img.shields.io/badge/AppVersion-0.9.0-informational?style=flat-square)
![Version: 1.0.5](https://img.shields.io/badge/Version-1.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.0](https://img.shields.io/badge/AppVersion-0.9.0-informational?style=flat-square)
Conduit is a simple, fast and reliable chat server powered by Matrix.
@ -53,7 +53,7 @@ helm uninstall conduit-release
| wellknown.image.pullPolicy | string | `"IfNotPresent"` | This sets the pull policy for images. (could be overwritten by global.image.pullPolicy) |
| wellknown.image.registry | string | `"docker.io"` | image registry (could be overwritten by global.image.registry) |
| wellknown.image.repository | string | `"library/nginx"` | image repository |
| wellknown.image.tag | string | `"1.27.4"` | image tag |
| wellknown.image.tag | string | `"1.27.5"` | image tag |
| wellknown.nginxServerConf | string | `"server {\n listen {{ .containerPort }};\n server_name localhost;\n\n location /.well-known/matrix/server {\n return 200 {{ toJson .server | quote }};\n types { } default_type \"application/json; charset=utf-8\";\n }\n\n location /.well-known/matrix/client {\n return 200 {{ toJson .client | quote }};\n types { } default_type \"application/json; charset=utf-8\";\n add_header \"Access-Control-Allow-Origin\" *;\n }\n\n location / {\n # return 200 'Welcome to the your.server.name conduit server!';\n # types { } default_type \"text/plain; charset=utf-8\";\n return 404;\n }\n\n location /nginx_health {\n return 200 'OK';\n types { } default_type \"text/plain; charset=utf-8\";\n }\n}"` | nginx config |
| wellknown.nodeSelector | object | `{}` | pod node selector |
| wellknown.podAnnotations | list | `[]` | pod annotations |

View file

@ -70,7 +70,7 @@ wellknown:
pullPolicy: IfNotPresent
# -- image tag
# @section -- well known
tag: "1.27.4"
tag: "1.27.5"
# -- replicas
# @section -- well known

View file

@ -2,7 +2,7 @@ apiVersion: v2
name: forgejo-runner
description: Deploy runner for an forgejo instance (default codeberg.org)
type: application
version: "0.4.23"
version: "0.4.25"
# renovate: image=code.forgejo.org/forgejo/runner
appVersion: "6.3.1"
maintainers:

View file

@ -7,7 +7,7 @@ description: "Deploy runner for an forgejo instance (default codeberg.org)"
# forgejo-runner
![Version: 0.4.23](https://img.shields.io/badge/Version-0.4.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.3.1](https://img.shields.io/badge/AppVersion-6.3.1-informational?style=flat-square)
![Version: 0.4.25](https://img.shields.io/badge/Version-0.4.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.3.1](https://img.shields.io/badge/AppVersion-6.3.1-informational?style=flat-square)
Deploy runner for an forgejo instance (default codeberg.org)
@ -83,7 +83,7 @@ helm uninstall forgejo-runner-release
| dind.image.pullPolicy | string | `"IfNotPresent"` | This sets the pull policy for images. (could be overwritten by global.image.pullPolicy) |
| dind.image.registry | string | `"docker.io"` | image registry (could be overwritten by global.image.registry) |
| dind.image.repository | string | `"library/docker"` | image repository |
| dind.image.tag | string | `"28.0.4-dind"` | image tag |
| dind.image.tag | string | `"28.1.1-dind"` | image tag |
| dind.resources | object | `{}` | We usually recommend not to specify default resources and to leave this as a conscious choice for the user. This also increases chances charts run on environments with little resources, such as Minikube. If you do want to specify resources, uncomment the following lines, adjust them as necessary, and remove the curly braces after 'resources:'. limits: cpu: 100m memory: 128Mi requests: cpu: 100m memory: 128Mi |
### Configuration yaml of runner (see: https://code.forgejo.org/forgejo/runner/src/branch/main/internal/pkg/config/config.example.yaml)
@ -138,7 +138,7 @@ helm uninstall forgejo-runner-release
| kubectl.image.pullPolicy | string | `"IfNotPresent"` | |
| kubectl.image.registry | string | `"docker.io"` | |
| kubectl.image.repository | string | `"bitnami/kubectl"` | |
| kubectl.image.tag | string | `"1.32.3"` | |
| kubectl.image.tag | string | `"1.32.4"` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |

View file

@ -160,7 +160,7 @@ dind:
pullPolicy: IfNotPresent
# -- image tag
# @section -- Docker in Docker
tag: 28.0.4-dind
tag: 28.1.1-dind
# -- We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@ -179,7 +179,7 @@ kubectl:
registry: docker.io
repository: bitnami/kubectl
pullPolicy: IfNotPresent
tag: 1.32.3
tag: 1.32.4
serviceAccount:
# Specifies whether a service account should be created

View file

@ -3,9 +3,9 @@ name: gotosocial
description: With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to!
icon: https://docs.gotosocial.org/en/latest/assets/sloth.png
type: application
version: "0.2.16"
version: "0.2.17"
# renovate: image=docker.io/superseriousbusiness/gotosocial
appVersion: "0.18.3"
appVersion: "0.19.0"
maintainers:
- name: WrenIX
url: https://wrenix.eu

View file

@ -7,7 +7,7 @@ description: "With GoToSocial, you can keep in touch with your friends, post, re
# gotosocial
![Version: 0.2.16](https://img.shields.io/badge/Version-0.2.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.18.3](https://img.shields.io/badge/AppVersion-0.18.3-informational?style=flat-square)
![Version: 0.2.17](https://img.shields.io/badge/Version-0.2.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.19.0](https://img.shields.io/badge/AppVersion-0.19.0-informational?style=flat-square)
With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to!

View file

@ -3,9 +3,9 @@ name: home-assistant
description: Home Assistant with tooling to run on an k3s pi
icon: https://www.home-assistant.io/images/favicon-192x192.png
type: application
version: "0.3.19"
version: "0.3.20"
# renovate: image=ghcr.io/home-assistant/home-assistant
appVersion: "2025.4.2"
appVersion: "2025.4.3"
maintainers:
- name: WrenIX
url: https://wrenix.eu

View file

@ -7,7 +7,7 @@ description: "Home Assistant with tooling to run on an k3s pi"
# home-assistant
![Version: 0.3.19](https://img.shields.io/badge/Version-0.3.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.4.2](https://img.shields.io/badge/AppVersion-2025.4.2-informational?style=flat-square)
![Version: 0.3.20](https://img.shields.io/badge/Version-0.3.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.4.3](https://img.shields.io/badge/AppVersion-2025.4.3-informational?style=flat-square)
Home Assistant with tooling to run on an k3s pi

View file

@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://docker.io/bitnamicharts
version: 16.6.3
version: 16.6.4
- name: redis
repository: oci://docker.io/bitnamicharts
version: 20.11.5
digest: sha256:fafa0bd59e29e87f24370d4d3d529e75f202a5899d113030b5a0c509752568ef
generated: "2025-04-18T00:07:42.344234538+02:00"
version: 20.13.1
digest: sha256:dfca377733f8f0186ad52f99fe16dbf23b319f188db3d5a42b0b5555ff21a47f
generated: "2025-04-24T00:11:02.524229287+02: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.25"
version: "1.0.27"
# renovate: image=ghcr.io/element-hq/synapse
appVersion: "1.128.0"
maintainers:
@ -17,6 +17,6 @@ dependencies:
repository: "oci://docker.io/bitnamicharts"
condition: postgresql.enabled
- name: redis
version: "20.11.5"
version: "20.13.2"
repository: "oci://docker.io/bitnamicharts"
condition: redis.enabled

View file

@ -7,7 +7,7 @@ description: "Matrix reference homeserver"
# matrix-synapse
![Version: 1.0.25](https://img.shields.io/badge/Version-1.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.128.0](https://img.shields.io/badge/AppVersion-1.128.0-informational?style=flat-square)
![Version: 1.0.27](https://img.shields.io/badge/Version-1.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.128.0](https://img.shields.io/badge/AppVersion-1.128.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.11.5 |
| oci://docker.io/bitnamicharts | redis | 20.13.1 |
## Values
@ -170,7 +170,7 @@ helm uninstall matrix-synapse-release
| wellknown.image.pullPolicy | string | `"IfNotPresent"` | |
| wellknown.image.registry | string | `"docker.io"` | |
| wellknown.image.repository | string | `"library/nginx"` | |
| wellknown.image.tag | string | `"1.27.4"` | |
| wellknown.image.tag | string | `"1.27.5"` | |
| wellknown.nodeSelector | object | `{}` | |
| wellknown.podAnnotations | list | `[]` | |
| wellknown.podLabels | object | `{}` | |

View file

@ -615,7 +615,7 @@ wellknown:
image:
registry: docker.io
repository: library/nginx
tag: 1.27.4
tag: 1.27.5
pullPolicy: IfNotPresent
replicaCount: 1

View file

@ -2,7 +2,7 @@ apiVersion: v2
name: mautrix-bridge
description: A Matrix puppeting bridge mautrix.
type: application
version: "0.0.19"
version: "0.0.20"
maintainers:
- name: WrenIX
url: https://wrenix.eu

View file

@ -7,7 +7,7 @@ description: "A Matrix puppeting bridge mautrix."
# mautrix-bridge
![Version: 0.0.19](https://img.shields.io/badge/Version-0.0.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.0.20](https://img.shields.io/badge/Version-0.0.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
A Matrix puppeting bridge mautrix.

View file

@ -1,6 +1,6 @@
image:
repository: mautrix/signal
tag: "v0.8.1"
tag: "v0.8.2"
config:
bridge:

View file

@ -1,6 +1,6 @@
image:
repository: mautrix/slack
tag: "v0.2.0"
tag: "v0.2.1"
config:
bridge:

View file

@ -3,7 +3,7 @@ name: mollysocket
description: Deploy mollysocket into kubernetes
icon: "https://avatars.githubusercontent.com/u/58849401?s=200&v=4"
type: application
version: "0.1.0"
version: "0.1.1"
# renovate: image=ghcr.io/mollyim/mollysocket
appVersion: "1.6.0"

View file

@ -7,7 +7,7 @@ description: "Deploy mollysocket into kubernetes"
# mollysocket
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.0](https://img.shields.io/badge/AppVersion-1.6.0-informational?style=flat-square)
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.0](https://img.shields.io/badge/AppVersion-1.6.0-informational?style=flat-square)
Deploy mollysocket into kubernetes
@ -73,7 +73,7 @@ helm uninstall mollysocket-release
| ingress.hosts[0].paths[0].path | string | `"/"` | |
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
| ingress.tls | list | `[]` | |
| kubectl.image | object | `{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"bitnami/kubectl","tag":"1.32.3"}` | image needed for setup (store generated VAPID / WebPush keys) |
| kubectl.image | object | `{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"bitnami/kubectl","tag":"1.32.4"}` | image needed for setup (store generated VAPID / WebPush keys) |
| mollysocket.allowedEnpoints[0] | string | `"*"` | |
| mollysocket.allowedUUIDs[0] | string | `"*"` | |
| mollysocket.environment | string | `"Prod"` | |

View file

@ -25,7 +25,7 @@ kubectl:
registry: docker.io
repository: bitnami/kubectl
pullPolicy: IfNotPresent
tag: 1.32.3
tag: 1.32.4
imagePullSecrets: []
nameOverride: ""

View file

@ -3,7 +3,7 @@ name: ntfy
description: A Helm chart for Kubernetes
icon: https://github.com/binwiederhier/ntfy/raw/main/web/public/static/images/pwa-512x512.png
type: application
version: "0.4.12"
version: "0.4.13"
# renovate: image=docker.io/binwiederhier/ntfy
appVersion: "2.11.0"
maintainers:

View file

@ -7,7 +7,7 @@ description: "A Helm chart for Kubernetes"
# ntfy
![Version: 0.4.12](https://img.shields.io/badge/Version-0.4.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.11.0](https://img.shields.io/badge/AppVersion-2.11.0-informational?style=flat-square)
![Version: 0.4.13](https://img.shields.io/badge/Version-0.4.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.11.0](https://img.shields.io/badge/AppVersion-2.11.0-informational?style=flat-square)
A Helm chart for Kubernetes
@ -65,7 +65,7 @@ helm uninstall ntfy-release
| ingress.hosts[0].paths[0].path | string | `"/"` | |
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
| ingress.tls | list | `[]` | |
| kubectl.image | object | `{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"bitnami/kubectl","tag":"1.32.3"}` | image needed for setup (store generated VAPID / WebPush keys) |
| kubectl.image | object | `{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"bitnami/kubectl","tag":"1.32.4"}` | image needed for setup (store generated VAPID / WebPush keys) |
| nameOverride | string | `""` | |
| networkPolicy.egress.enabled | bool | `true` | activate egress no networkpolicy |
| networkPolicy.egress.extra | list | `[]` | egress rules |

View file

@ -16,7 +16,7 @@ kubectl:
registry: docker.io
repository: bitnami/kubectl
pullPolicy: IfNotPresent
tag: 1.32.3
tag: 1.32.4
imagePullSecrets: []
nameOverride: ""

View file

@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://docker.io/bitnamicharts
version: 16.6.3
version: 16.6.4
- name: redis
repository: oci://docker.io/bitnamicharts
version: 20.11.5
digest: sha256:de2968e233e2910b45181fb512fb4e117a78abdc3d1e301758c0299c5fc3cc2f
generated: "2025-04-18T00:08:08.314961173+02:00"
version: 20.13.1
digest: sha256:b62f7b989b85355a3c9dbd79da6a8d6ef6e3095f3f1c97b07e62f19622554434
generated: "2025-04-24T00:10:21.406112191+02:00"

View file

@ -4,9 +4,9 @@ description: A document management system that transforms your physical document
type: application
icon: https://github.com/paperless-ngx/paperless-ngx/raw/main/resources/logo/web/svg/square.svg
home: https://wrenix.eu/docs/helm-charts/paperless-ngx/
version: "0.1.9"
version: "0.1.11"
# renovate: image=ghcr.io/paperless-ngx/paperless-ngx
appVersion: "2.15.1"
appVersion: "2.15.3"
keywords:
- paperless
- paperless-ng
@ -26,6 +26,6 @@ dependencies:
repository: "oci://docker.io/bitnamicharts"
condition: postgresql.enabled
- name: redis
version: "20.11.5"
version: "20.13.2"
repository: "oci://docker.io/bitnamicharts"
condition: redis.enabled

View file

@ -7,7 +7,7 @@ description: "A document management system that transforms your physical documen
# paperless-ngx
![Version: 0.1.9](https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.15.1](https://img.shields.io/badge/AppVersion-2.15.1-informational?style=flat-square)
![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: 2.15.3](https://img.shields.io/badge/AppVersion-2.15.3-informational?style=flat-square)
A document management system that transforms your physical documents into a searchable online archive so you can keep, well, less paper.
@ -52,7 +52,7 @@ helm uninstall paperless-ngx-release
| Repository | Name | Version |
|------------|------|---------|
| oci://docker.io/bitnamicharts | postgresql | ^16.5.6 |
| oci://docker.io/bitnamicharts | redis | 20.11.5 |
| oci://docker.io/bitnamicharts | redis | 20.13.1 |
## Values

View file

@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://docker.io/bitnamicharts
version: 16.6.3
version: 16.6.4
- name: redis
repository: oci://docker.io/bitnamicharts
version: 20.11.5
digest: sha256:fafa0bd59e29e87f24370d4d3d529e75f202a5899d113030b5a0c509752568ef
generated: "2025-04-18T00:08:34.140123085+02:00"
version: 20.13.1
digest: sha256:dfca377733f8f0186ad52f99fe16dbf23b319f188db3d5a42b0b5555ff21a47f
generated: "2025-04-24T00:09:26.557823421+02: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.16"
version: "0.1.17"
# renovate: image=docker.io/pretix/standalone
appVersion: "2025.3.0"
keywords:
@ -20,6 +20,6 @@ dependencies:
repository: "oci://docker.io/bitnamicharts"
condition: postgresql.enabled
- name: redis
version: "20.11.5"
version: "20.13.2"
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.16](https://img.shields.io/badge/Version-0.1.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.3.0](https://img.shields.io/badge/AppVersion-2025.3.0-informational?style=flat-square)
![Version: 0.1.17](https://img.shields.io/badge/Version-0.1.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.3.0](https://img.shields.io/badge/AppVersion-2025.3.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.11.5 |
| oci://docker.io/bitnamicharts | redis | 20.13.1 |
## Values
@ -162,7 +162,7 @@ helm uninstall pretix-release
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)
# pretix
![Version: 0.1.16](https://img.shields.io/badge/Version-0.1.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.3.0](https://img.shields.io/badge/AppVersion-2025.3.0-informational?style=flat-square)
![Version: 0.1.17](https://img.shields.io/badge/Version-0.1.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.3.0](https://img.shields.io/badge/AppVersion-2025.3.0-informational?style=flat-square)
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.11.5 |
| oci://docker.io/bitnamicharts | redis | 20.13.1 |
## Values