Compare commits
14 commits
20819cc3c8
...
54119b3b1f
Author | SHA1 | Date | |
---|---|---|---|
|
54119b3b1f | ||
7b5849f31b | |||
f5702783d3 | |||
8513134c9c | |||
6a72d157fc | |||
c1de15cf3c | |||
6f79741686 | |||
d01ee41701 | |||
165ab28d71 | |||
d7dfed5ece | |||
6a1ddb48cd | |||
6c0c096021 | |||
5be2c2fe24 | |||
48fae24c84 |
30 changed files with 57 additions and 57 deletions
|
@ -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:
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "Conduit is a simple, fast and reliable chat server powered by Matr
|
|||
|
||||
# conduit
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
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 |
|
||||
|
|
|
@ -70,7 +70,7 @@ wellknown:
|
|||
pullPolicy: IfNotPresent
|
||||
# -- image tag
|
||||
# @section -- well known
|
||||
tag: "1.27.4"
|
||||
tag: "1.28.0"
|
||||
|
||||
# -- replicas
|
||||
# @section -- well known
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "Deploy runner for an forgejo instance (default codeberg.org)"
|
|||
|
||||
# forgejo-runner
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
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 | `{}` | |
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "With GoToSocial, you can keep in touch with your friends, post, re
|
|||
|
||||
# gotosocial
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to!
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "Home Assistant with tooling to run on an k3s pi"
|
|||
|
||||
# home-assistant
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Home Assistant with tooling to run on an k3s pi
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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.1"
|
||||
repository: "oci://docker.io/bitnamicharts"
|
||||
condition: redis.enabled
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "Matrix reference homeserver"
|
|||
|
||||
# matrix-synapse
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
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 | `{}` | |
|
||||
|
|
|
@ -615,7 +615,7 @@ wellknown:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: library/nginx
|
||||
tag: 1.27.4
|
||||
tag: 1.28.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
replicaCount: 1
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "A Matrix puppeting bridge mautrix."
|
|||
|
||||
# mautrix-bridge
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
A Matrix puppeting bridge mautrix.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: mautrix/signal
|
||||
tag: "v0.8.1"
|
||||
tag: "v0.8.2"
|
||||
|
||||
config:
|
||||
bridge:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: mautrix/slack
|
||||
tag: "v0.2.0"
|
||||
tag: "v0.2.1"
|
||||
|
||||
config:
|
||||
bridge:
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "Deploy mollysocket into kubernetes"
|
|||
|
||||
# mollysocket
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
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"` | |
|
||||
|
|
|
@ -25,7 +25,7 @@ kubectl:
|
|||
registry: docker.io
|
||||
repository: bitnami/kubectl
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.32.3
|
||||
tag: 1.32.4
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "A Helm chart for Kubernetes"
|
|||
|
||||
# ntfy
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
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 |
|
||||
|
|
|
@ -16,7 +16,7 @@ kubectl:
|
|||
registry: docker.io
|
||||
repository: bitnami/kubectl
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.32.3
|
||||
tag: 1.32.4
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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.1"
|
||||
repository: "oci://docker.io/bitnamicharts"
|
||||
condition: redis.enabled
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "A document management system that transforms your physical documen
|
|||
|
||||
# paperless-ngx
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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.1"
|
||||
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.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
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue