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