Skip to content

Commit

Permalink
Merge pull request #114 from mchill/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
mchill authored Dec 30, 2024
2 parents 09dcdb8 + 0a8ba3d commit fe7bc27
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion k8s/applications/audiobookshelf/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
fsGroup: 1000
containers:
- name: audiobookshelf
image: advplyr/audiobookshelf:2.17.2
image: advplyr/audiobookshelf:2.17.5
ports:
- name: ingress
containerPort: 80
Expand Down
2 changes: 1 addition & 1 deletion k8s/applications/bazarr/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
fsGroup: 1000
containers:
- name: bazarr
image: ghcr.io/linuxserver/bazarr:1.4.5
image: ghcr.io/linuxserver/bazarr:1.5.0
ports:
- name: ingress
containerPort: 6767
Expand Down
2 changes: 1 addition & 1 deletion k8s/applications/ddns/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
fsGroup: 1000
containers:
- name: ddns
image: qmcgaw/ddns-updater:v2.8.2
image: qmcgaw/ddns-updater:v2.9.0
ports:
- name: ingress
containerPort: 8000
Expand Down
2 changes: 1 addition & 1 deletion k8s/applications/homeassistant/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
hostNetwork: true
containers:
- name: homeassistant
image: homeassistant/home-assistant:2024.11.3
image: homeassistant/home-assistant:2024.12.5
ports:
- name: ingress
containerPort: 8123
Expand Down
2 changes: 1 addition & 1 deletion k8s/applications/homer/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
fsGroup: 1000
containers:
- name: homer
image: b4bz/homer:v24.11.5
image: b4bz/homer:v24.12.1
ports:
- name: ingress
containerPort: 8080
Expand Down
8 changes: 4 additions & 4 deletions k8s/applications/jitsi/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
fsGroup: 1000
containers:
- name: jicofo
image: jitsi/jicofo:stable-9823
image: jitsi/jicofo:stable-9909
envFrom:
- configMapRef:
name: jitsi
Expand All @@ -25,7 +25,7 @@ spec:
mountPath: /config
subPath: jicofo
- name: prosody
image: jitsi/prosody:stable-9823
image: jitsi/prosody:stable-9909
envFrom:
- configMapRef:
name: jitsi
Expand All @@ -39,7 +39,7 @@ spec:
mountPath: /prosody-plugins-custom
subPath: prosody/prosody-plugins-custom
- name: web
image: jitsi/web:stable-9823
image: jitsi/web:stable-9909
ports:
- name: ingress
containerPort: 80
Expand All @@ -51,7 +51,7 @@ spec:
mountPath: /config
subPath: web
- name: jvb
image: jitsi/jvb:stable-9823
image: jitsi/jvb:stable-9909
ports:
- name: jvb
containerPort: 10000
Expand Down
2 changes: 1 addition & 1 deletion k8s/applications/minecraft/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
mountPath: /mods
containers:
- name: minecraft
image: itzg/minecraft-server:2024.10.2
image: itzg/minecraft-server:2024.12.1
ports:
- name: minecraft
containerPort: 25565
Expand Down
2 changes: 1 addition & 1 deletion k8s/applications/plex/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
fsGroup: 911
containers:
- name: plex
image: ghcr.io/linuxserver/plex:1.41.2
image: ghcr.io/linuxserver/plex:1.41.3
ports:
- name: ingress
containerPort: 32400
Expand Down
2 changes: 1 addition & 1 deletion k8s/applications/prowlarr/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
fsGroup: 1000
containers:
- name: prowlarr
image: ghcr.io/linuxserver/prowlarr:1.27.0-develop
image: ghcr.io/linuxserver/prowlarr:1.29.0-develop
ports:
- name: ingress
containerPort: 9696
Expand Down
2 changes: 1 addition & 1 deletion k8s/applications/radarr-uhd/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
fsGroup: 1000
containers:
- name: radarr
image: ghcr.io/linuxserver/radarr:5.15.1
image: ghcr.io/linuxserver/radarr:5.16.3
ports:
- name: ingress
containerPort: 7878
Expand Down
2 changes: 1 addition & 1 deletion k8s/applications/radarr/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
fsGroup: 1000
containers:
- name: radarr
image: ghcr.io/linuxserver/radarr:5.15.1
image: ghcr.io/linuxserver/radarr:5.16.3
ports:
- name: ingress
containerPort: 7878
Expand Down
2 changes: 1 addition & 1 deletion k8s/applications/syncthing/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
fsGroup: 1026
containers:
- name: syncthing
image: syncthing/syncthing:1.28.0
image: syncthing/syncthing:1.28.1
ports:
- name: ingress
containerPort: 8384
Expand Down
2 changes: 1 addition & 1 deletion k8s/infrastructure/metallb/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace: metallb-system
resources:
- github.com/metallb/metallb//config/native/?ref=v0.14.8
- github.com/metallb/metallb//config/native/?ref=v0.14.9
- resources.yaml
2 changes: 1 addition & 1 deletion k8s/ingresses/unifi/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
fsGroup: 1000
containers:
- name: proxy
image: node:22.11.0-alpine
image: node:22.12.0-alpine
command: [node, /app/proxy.js]
ports:
- name: proxy
Expand Down
2 changes: 1 addition & 1 deletion k8s/overlays/persistence/cron-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- $(VOLUME)
containers:
- name: backup
image: instrumentisto/rsync-ssh:alpine3.20
image: instrumentisto/rsync-ssh:alpine3.21
args:
- /bin/sh
- -cex
Expand Down

0 comments on commit fe7bc27

Please sign in to comment.