Skip to content

Commit

Permalink
Merge pull request #113 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 1, 2024
2 parents df117e9 + 9f78a98 commit 8d3ff5b
Show file tree
Hide file tree
Showing 13 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.16.2
image: advplyr/audiobookshelf:2.17.2
ports:
- name: ingress
containerPort: 80
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.1
image: qmcgaw/ddns-updater:v2.8.2
ports:
- name: ingress
containerPort: 8000
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.2
image: nginx:1.27.3
ports:
- name: ingress
containerPort: 80
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.2
image: homeassistant/home-assistant:2024.11.3
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.4
image: b4bz/homer:v24.11.5
ports:
- name: ingress
containerPort: 8080
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.26.0-develop
image: ghcr.io/linuxserver/prowlarr:1.27.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.14.0
image: ghcr.io/linuxserver/radarr:5.15.1
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.14.0
image: ghcr.io/linuxserver/radarr:5.15.1
ports:
- name: ingress
containerPort: 7878
Expand Down
4 changes: 2 additions & 2 deletions k8s/applications/romm/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
fsGroup: 1000
containers:
- name: romm
image: rommapp/romm:3.5.1
image: rommapp/romm:3.6.0
ports:
- name: ingress
containerPort: 8080
Expand Down Expand Up @@ -43,7 +43,7 @@ spec:
mountPath: /romm/resources
subPath: libraries/games/resources
- name: db
image: mariadb:11.5.2
image: mariadb:11.6.2
env:
- name: MYSQL_DATABASE
value: romm
Expand Down
2 changes: 1 addition & 1 deletion k8s/applications/sonarr-uhd/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
fsGroup: 1000
containers:
- name: sonarr
image: ghcr.io/linuxserver/sonarr:4.0.10
image: ghcr.io/linuxserver/sonarr:4.0.11
ports:
- name: ingress
containerPort: 8989
Expand Down
2 changes: 1 addition & 1 deletion k8s/applications/sonarr/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
fsGroup: 1000
containers:
- name: sonarr
image: ghcr.io/linuxserver/sonarr:4.0.10
image: ghcr.io/linuxserver/sonarr:4.0.11
ports:
- name: ingress
containerPort: 8989
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.2
image: nginx:1.27.3
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.6
image: tautulli/tautulli:v2.15.0
ports:
- name: ingress
containerPort: 8181
Expand Down

0 comments on commit 8d3ff5b

Please sign in to comment.