Compare commits
3 commits
6de9ec016b
...
fe10a40695
Author | SHA1 | Date | |
---|---|---|---|
fe10a40695 | |||
8dd5732c21 | |||
b8d36b5296 |
8 changed files with 13 additions and 13 deletions
|
@ -2,9 +2,9 @@ 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.10"
|
version: "0.4.11"
|
||||||
# renovate: image=code.forgejo.org/forgejo/runner
|
# renovate: image=code.forgejo.org/forgejo/runner
|
||||||
appVersion: "6.1.0"
|
appVersion: "6.2.0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: WrenIX
|
- name: WrenIX
|
||||||
url: https://wrenix.eu
|
url: https://wrenix.eu
|
||||||
|
|
|
@ -7,7 +7,7 @@ description: "Deploy runner for an forgejo instance (default codeberg.org)"
|
||||||
|
|
||||||
# forgejo-runner
|
# forgejo-runner
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
Deploy runner for an forgejo instance (default codeberg.org)
|
Deploy runner for an forgejo instance (default codeberg.org)
|
||||||
|
|
||||||
|
@ -119,7 +119,7 @@ helm uninstall forgejo-runner-release
|
||||||
| dind.image.pullPolicy | string | `"IfNotPresent"` | |
|
| dind.image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| dind.image.registry | string | `"docker.io"` | |
|
| dind.image.registry | string | `"docker.io"` | |
|
||||||
| dind.image.repository | string | `"library/docker"` | |
|
| dind.image.repository | string | `"library/docker"` | |
|
||||||
| dind.image.tag | string | `"27.5.0-dind"` | |
|
| dind.image.tag | string | `"27.5.1-dind"` | |
|
||||||
| extraEnvVars | list | `[]` | Additional environment variables to be set on runner container Example: extraEnvVars: - name: FOO value: "bar" |
|
| extraEnvVars | list | `[]` | Additional environment variables to be set on runner container Example: extraEnvVars: - name: FOO value: "bar" |
|
||||||
| fullnameOverride | string | `""` | |
|
| fullnameOverride | string | `""` | |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
|
|
|
@ -144,7 +144,7 @@ dind:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: library/docker
|
repository: library/docker
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 27.5.0-dind
|
tag: 27.5.1-dind
|
||||||
kubectl:
|
kubectl:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
|
|
|
@ -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.3
|
version: 0.3.4
|
||||||
# renovate: image=ghcr.io/home-assistant/home-assistant
|
# renovate: image=ghcr.io/home-assistant/home-assistant
|
||||||
appVersion: "2025.1.3"
|
appVersion: "2025.1.4"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: WrenIX
|
- name: WrenIX
|
||||||
url: https://wrenix.eu
|
url: https://wrenix.eu
|
||||||
|
|
|
@ -7,7 +7,7 @@ description: "Home Assistant with tooling to run on an k3s pi"
|
||||||
|
|
||||||
# home-assistant
|
# home-assistant
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
Home Assistant with tooling to run on an k3s pi
|
Home Assistant with tooling to run on an k3s pi
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ helm uninstall home-assistant-release
|
||||||
| nats.image.pullPolicy | string | `"IfNotPresent"` | |
|
| nats.image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| nats.image.registry | string | `"docker.io"` | |
|
| nats.image.registry | string | `"docker.io"` | |
|
||||||
| nats.image.repository | string | `"library/nats"` | |
|
| nats.image.repository | string | `"library/nats"` | |
|
||||||
| nats.image.tag | string | `"2.10.24-scratch"` | |
|
| nats.image.tag | string | `"2.10.25-scratch"` | |
|
||||||
| nats.livenessProbe.tcpSocket.port | string | `"nats"` | |
|
| nats.livenessProbe.tcpSocket.port | string | `"nats"` | |
|
||||||
| nats.readinessProbe.tcpSocket.port | string | `"nats"` | |
|
| nats.readinessProbe.tcpSocket.port | string | `"nats"` | |
|
||||||
| nats.resources.limits.cpu | string | `"100m"` | |
|
| nats.resources.limits.cpu | string | `"100m"` | |
|
||||||
|
|
|
@ -24,7 +24,7 @@ nats:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: library/nats
|
repository: library/nats
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "2.10.24-scratch"
|
tag: "2.10.25-scratch"
|
||||||
service:
|
service:
|
||||||
port:
|
port:
|
||||||
nats: 4222
|
nats: 4222
|
||||||
|
|
|
@ -3,9 +3,9 @@ name: jellyfin
|
||||||
description: The Free Software Media System
|
description: The Free Software Media System
|
||||||
icon: https://raw.githubusercontent.com/jellyfin/jellyfin-ux/master/branding/SVG/icon-transparent.svg
|
icon: https://raw.githubusercontent.com/jellyfin/jellyfin-ux/master/branding/SVG/icon-transparent.svg
|
||||||
type: application
|
type: application
|
||||||
version: "0.3.8"
|
version: "0.3.9"
|
||||||
# renovate: image=ghcr.io/jellyfin/jellyfin
|
# renovate: image=ghcr.io/jellyfin/jellyfin
|
||||||
appVersion: "10.10.4"
|
appVersion: "10.10.5"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: WrenIX
|
- name: WrenIX
|
||||||
url: https://wrenix.eu
|
url: https://wrenix.eu
|
||||||
|
|
|
@ -7,7 +7,7 @@ description: "The Free Software Media System"
|
||||||
|
|
||||||
# jellyfin
|
# jellyfin
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
The Free Software Media System
|
The Free Software Media System
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue