Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2024
1 parent 9ace92b commit db52bb0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
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.7.3
image: homeassistant/home-assistant:2024.7.4
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 @@ -17,7 +17,7 @@ spec:
restartPolicy: OnFailure
initContainers:
- name: render-config
image: bash:5.2.26
image: bash:5.2.32
args:
- -c
- |
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 @@ -17,7 +17,7 @@ spec:
restartPolicy: OnFailure
initContainers:
- name: render-config
image: bash:5.2.26
image: bash:5.2.32
args:
- -c
- |
Expand Down
4 changes: 2 additions & 2 deletions k8s/applications/minecraft/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
fsGroup: 1000
initContainers:
- name: mods
image: bash:5.2.26
image: bash:5.2.32
args:
- -c
- |
Expand Down Expand Up @@ -41,7 +41,7 @@ spec:
mountPath: /mods
containers:
- name: minecraft
image: itzg/minecraft-server:2024.7.0
image: itzg/minecraft-server:2024.7.2
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.21.1-develop
image: ghcr.io/linuxserver/prowlarr:1.21.2-develop
ports:
- name: ingress
containerPort: 9696
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.8
image: tinymediamanager/tinymediamanager:5.0.9
ports:
- name: ingress
containerPort: 4000
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.7
- github.com/metallb/metallb//config/native/?ref=v0.14.8
- resources.yaml

0 comments on commit db52bb0

Please sign in to comment.