Skip to content

Commit

Permalink
Merge pull request #108 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 Oct 17, 2024
2 parents 3ea6a84 + 233dbe1 commit 42e78be
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 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.13.4
image: advplyr/audiobookshelf:2.15.0
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.4
image: ghcr.io/linuxserver/bazarr:1.4.5
ports:
- name: ingress
containerPort: 6767
Expand Down
2 changes: 1 addition & 1 deletion k8s/applications/errors/daemon-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
spec:
containers:
- name: errors
image: nginx:1.27.1
image: nginx:1.27.2
ports:
- name: ingress
containerPort: 80
Expand Down
2 changes: 1 addition & 1 deletion k8s/applications/filebrowser/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
fsGroup: 1000
containers:
- name: filebrowser
image: filebrowser/filebrowser:v2.31.1
image: filebrowser/filebrowser:v2.31.2
ports:
- name: ingress
containerPort: 8080
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.9.3
image: homeassistant/home-assistant:2024.10.2
ports:
- name: ingress
containerPort: 8123
Expand Down
2 changes: 1 addition & 1 deletion k8s/applications/kometa/permissions/cron-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
subPath: config.yaml
containers:
- name: kometa
image: kometateam/kometa:v2.0.2
image: kometateam/kometa:v2.1.0
args:
- --run
- --read-only-config
Expand Down
2 changes: 1 addition & 1 deletion k8s/applications/kometa/posters/cron-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
subPath: sync.sh
containers:
- name: kometa
image: kometateam/kometa:v2.0.2
image: kometateam/kometa:v2.1.0
args:
- --run
- --read-only-config
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.9.0
image: itzg/minecraft-server:2024.10.1
ports:
- name: minecraft
containerPort: 25565
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.24.3-develop
image: ghcr.io/linuxserver/prowlarr:1.25.2-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.11.0
image: ghcr.io/linuxserver/radarr:5.12.2
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.11.0
image: ghcr.io/linuxserver/radarr:5.12.2
ports:
- name: ingress
containerPort: 7878
Expand Down
2 changes: 1 addition & 1 deletion k8s/applications/static/daemon-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
spec:
containers:
- name: static
image: nginx:1.27.1
image: nginx:1.27.2
ports:
- name: ingress
containerPort: 80
Expand Down
2 changes: 1 addition & 1 deletion k8s/applications/tautulli/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
fsGroup: 1000
containers:
- name: tautulli
image: tautulli/tautulli:v2.14.5
image: tautulli/tautulli:v2.14.6
ports:
- name: ingress
containerPort: 8181
Expand Down
2 changes: 1 addition & 1 deletion k8s/applications/tinymediamanager/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
fsGroup: 1000
containers:
- name: tinymediamanager
image: tinymediamanager/tinymediamanager:5.0.11
image: tinymediamanager/tinymediamanager:5.0.12
ports:
- name: ingress
containerPort: 4000
Expand Down

0 comments on commit 42e78be

Please sign in to comment.