Compare commits

..

1 commit

Author SHA1 Message Date
Renovate Bot
20819cc3c8 fix(deps): update docker.io/library/nginx docker tag to v1.27.5 2025-04-17 23:31:54 +00:00
30 changed files with 57 additions and 57 deletions

View file

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

View file

@ -7,7 +7,7 @@ description: "Conduit is a simple, fast and reliable chat server powered by Matr
# conduit # conduit
![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) ![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)
Conduit is a simple, fast and reliable chat server powered by Matrix. 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.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.registry | string | `"docker.io"` | image registry (could be overwritten by global.image.registry) |
| wellknown.image.repository | string | `"library/nginx"` | image repository | | wellknown.image.repository | string | `"library/nginx"` | image repository |
| wellknown.image.tag | string | `"1.27.5"` | image tag | | wellknown.image.tag | string | `"1.27.4"` | 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.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.nodeSelector | object | `{}` | pod node selector |
| wellknown.podAnnotations | list | `[]` | pod annotations | | wellknown.podAnnotations | list | `[]` | pod annotations |

View file

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

View file

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

View file

@ -7,7 +7,7 @@ description: "Deploy runner for an forgejo instance (default codeberg.org)"
# forgejo-runner # forgejo-runner
![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) ![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)
Deploy runner for an forgejo instance (default codeberg.org) 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.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.registry | string | `"docker.io"` | image registry (could be overwritten by global.image.registry) |
| dind.image.repository | string | `"library/docker"` | image repository | | dind.image.repository | string | `"library/docker"` | image repository |
| dind.image.tag | string | `"28.1.1-dind"` | image tag | | dind.image.tag | string | `"28.0.4-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 | | 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) ### 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.pullPolicy | string | `"IfNotPresent"` | |
| kubectl.image.registry | string | `"docker.io"` | | | kubectl.image.registry | string | `"docker.io"` | |
| kubectl.image.repository | string | `"bitnami/kubectl"` | | | kubectl.image.repository | string | `"bitnami/kubectl"` | |
| kubectl.image.tag | string | `"1.32.4"` | | | kubectl.image.tag | string | `"1.32.3"` | |
| nameOverride | string | `""` | | | nameOverride | string | `""` | |
| nodeSelector | object | `{}` | | | nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | | | podAnnotations | object | `{}` | |

View file

@ -160,7 +160,7 @@ dind:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- image tag # -- image tag
# @section -- Docker in Docker # @section -- Docker in Docker
tag: 28.1.1-dind tag: 28.0.4-dind
# -- We usually recommend not to specify default resources and to leave this as a conscious # -- 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 # 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 # resources, such as Minikube. If you do want to specify resources, uncomment the following
@ -179,7 +179,7 @@ kubectl:
registry: docker.io registry: docker.io
repository: bitnami/kubectl repository: bitnami/kubectl
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 1.32.4 tag: 1.32.3
serviceAccount: serviceAccount:
# Specifies whether a service account should be created # 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! 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 icon: https://docs.gotosocial.org/en/latest/assets/sloth.png
type: application type: application
version: "0.2.17" version: "0.2.16"
# renovate: image=docker.io/superseriousbusiness/gotosocial # renovate: image=docker.io/superseriousbusiness/gotosocial
appVersion: "0.19.0" appVersion: "0.18.3"
maintainers: maintainers:
- name: WrenIX - name: WrenIX
url: https://wrenix.eu url: https://wrenix.eu

View file

@ -7,7 +7,7 @@ description: "With GoToSocial, you can keep in touch with your friends, post, re
# gotosocial # gotosocial
![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) ![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)
With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to! 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 description: Home Assistant with tooling to run on an k3s pi
icon: https://www.home-assistant.io/images/favicon-192x192.png icon: https://www.home-assistant.io/images/favicon-192x192.png
type: application type: application
version: "0.3.20" version: "0.3.19"
# renovate: image=ghcr.io/home-assistant/home-assistant # renovate: image=ghcr.io/home-assistant/home-assistant
appVersion: "2025.4.3" appVersion: "2025.4.2"
maintainers: maintainers:
- name: WrenIX - name: WrenIX
url: https://wrenix.eu url: https://wrenix.eu

View file

@ -7,7 +7,7 @@ description: "Home Assistant with tooling to run on an k3s pi"
# home-assistant # home-assistant
![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) ![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)
Home Assistant with tooling to run on an k3s pi Home Assistant with tooling to run on an k3s pi

View file

@ -1,9 +1,9 @@
dependencies: dependencies:
- name: postgresql - name: postgresql
repository: oci://docker.io/bitnamicharts repository: oci://docker.io/bitnamicharts
version: 16.6.4 version: 16.6.3
- name: redis - name: redis
repository: oci://docker.io/bitnamicharts repository: oci://docker.io/bitnamicharts
version: 20.13.1 version: 20.11.5
digest: sha256:dfca377733f8f0186ad52f99fe16dbf23b319f188db3d5a42b0b5555ff21a47f digest: sha256:fafa0bd59e29e87f24370d4d3d529e75f202a5899d113030b5a0c509752568ef
generated: "2025-04-24T00:11:02.524229287+02:00" generated: "2025-04-18T00:07:42.344234538+02:00"

View file

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

View file

@ -7,7 +7,7 @@ description: "Matrix reference homeserver"
# matrix-synapse # matrix-synapse
![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) ![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)
Matrix reference homeserver Matrix reference homeserver
@ -44,7 +44,7 @@ helm uninstall matrix-synapse-release
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| oci://docker.io/bitnamicharts | postgresql | ^16.3.1 | | oci://docker.io/bitnamicharts | postgresql | ^16.3.1 |
| oci://docker.io/bitnamicharts | redis | 20.13.1 | | oci://docker.io/bitnamicharts | redis | 20.11.5 |
## Values ## Values
@ -170,7 +170,7 @@ helm uninstall matrix-synapse-release
| wellknown.image.pullPolicy | string | `"IfNotPresent"` | | | wellknown.image.pullPolicy | string | `"IfNotPresent"` | |
| wellknown.image.registry | string | `"docker.io"` | | | wellknown.image.registry | string | `"docker.io"` | |
| wellknown.image.repository | string | `"library/nginx"` | | | wellknown.image.repository | string | `"library/nginx"` | |
| wellknown.image.tag | string | `"1.27.5"` | | | wellknown.image.tag | string | `"1.27.4"` | |
| wellknown.nodeSelector | object | `{}` | | | wellknown.nodeSelector | object | `{}` | |
| wellknown.podAnnotations | list | `[]` | | | wellknown.podAnnotations | list | `[]` | |
| wellknown.podLabels | object | `{}` | | | wellknown.podLabels | object | `{}` | |

View file

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

View file

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

View file

@ -7,7 +7,7 @@ description: "A Matrix puppeting bridge mautrix."
# mautrix-bridge # mautrix-bridge
![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) ![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)
A Matrix puppeting bridge mautrix. A Matrix puppeting bridge mautrix.

View file

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

View file

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

View file

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

View file

@ -7,7 +7,7 @@ description: "Deploy mollysocket into kubernetes"
# mollysocket # mollysocket
![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) ![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)
Deploy mollysocket into kubernetes Deploy mollysocket into kubernetes
@ -73,7 +73,7 @@ helm uninstall mollysocket-release
| ingress.hosts[0].paths[0].path | string | `"/"` | | | ingress.hosts[0].paths[0].path | string | `"/"` | |
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | | ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
| ingress.tls | list | `[]` | | | ingress.tls | list | `[]` | |
| kubectl.image | object | `{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"bitnami/kubectl","tag":"1.32.4"}` | image needed for setup (store generated VAPID / WebPush keys) | | kubectl.image | object | `{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"bitnami/kubectl","tag":"1.32.3"}` | image needed for setup (store generated VAPID / WebPush keys) |
| mollysocket.allowedEnpoints[0] | string | `"*"` | | | mollysocket.allowedEnpoints[0] | string | `"*"` | |
| mollysocket.allowedUUIDs[0] | string | `"*"` | | | mollysocket.allowedUUIDs[0] | string | `"*"` | |
| mollysocket.environment | string | `"Prod"` | | | mollysocket.environment | string | `"Prod"` | |

View file

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

View file

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

View file

@ -7,7 +7,7 @@ description: "A Helm chart for Kubernetes"
# ntfy # ntfy
![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) ![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)
A Helm chart for Kubernetes 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].path | string | `"/"` | |
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | | ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
| ingress.tls | list | `[]` | | | ingress.tls | list | `[]` | |
| kubectl.image | object | `{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"bitnami/kubectl","tag":"1.32.4"}` | image needed for setup (store generated VAPID / WebPush keys) | | kubectl.image | object | `{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"bitnami/kubectl","tag":"1.32.3"}` | image needed for setup (store generated VAPID / WebPush keys) |
| nameOverride | string | `""` | | | nameOverride | string | `""` | |
| networkPolicy.egress.enabled | bool | `true` | activate egress no networkpolicy | | networkPolicy.egress.enabled | bool | `true` | activate egress no networkpolicy |
| networkPolicy.egress.extra | list | `[]` | egress rules | | networkPolicy.egress.extra | list | `[]` | egress rules |

View file

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

View file

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

View file

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

View file

@ -7,7 +7,7 @@ description: "A document management system that transforms your physical documen
# paperless-ngx # paperless-ngx
![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) ![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)
A document management system that transforms your physical documents into a searchable online archive so you can keep, well, less paper. 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 | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| oci://docker.io/bitnamicharts | postgresql | ^16.5.6 | | oci://docker.io/bitnamicharts | postgresql | ^16.5.6 |
| oci://docker.io/bitnamicharts | redis | 20.13.1 | | oci://docker.io/bitnamicharts | redis | 20.11.5 |
## Values ## Values

View file

@ -1,9 +1,9 @@
dependencies: dependencies:
- name: postgresql - name: postgresql
repository: oci://docker.io/bitnamicharts repository: oci://docker.io/bitnamicharts
version: 16.6.4 version: 16.6.3
- name: redis - name: redis
repository: oci://docker.io/bitnamicharts repository: oci://docker.io/bitnamicharts
version: 20.13.1 version: 20.11.5
digest: sha256:dfca377733f8f0186ad52f99fe16dbf23b319f188db3d5a42b0b5555ff21a47f digest: sha256:fafa0bd59e29e87f24370d4d3d529e75f202a5899d113030b5a0c509752568ef
generated: "2025-04-24T00:09:26.557823421+02:00" generated: "2025-04-18T00:08:34.140123085+02:00"

View file

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

View file

@ -7,7 +7,7 @@ description: "Reinventing ticket presales, one ticket at a time."
# pretix # pretix
![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) ![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)
Reinventing ticket presales, one ticket at a time. Reinventing ticket presales, one ticket at a time.
@ -50,7 +50,7 @@ helm uninstall pretix-release
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| oci://docker.io/bitnamicharts | postgresql | ^16.3.1 | | oci://docker.io/bitnamicharts | postgresql | ^16.3.1 |
| oci://docker.io/bitnamicharts | redis | 20.13.1 | | oci://docker.io/bitnamicharts | redis | 20.11.5 |
## Values ## Values
@ -162,7 +162,7 @@ helm uninstall pretix-release
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs) Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)
# pretix # pretix
![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) ![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)
Reinventing ticket presales, one ticket at a time. Reinventing ticket presales, one ticket at a time.
@ -183,7 +183,7 @@ Reinventing ticket presales, one ticket at a time.
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| oci://docker.io/bitnamicharts | postgresql | ^16.3.1 | | oci://docker.io/bitnamicharts | postgresql | ^16.3.1 |
| oci://docker.io/bitnamicharts | redis | 20.13.1 | | oci://docker.io/bitnamicharts | redis | 20.11.5 |
## Values ## Values