Skip to content

Commit

Permalink
Bump x86_64 components
Browse files Browse the repository at this point in the history
  • Loading branch information
fabito committed Apr 2, 2024
1 parent 6e03ea9 commit 0b9f41a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions install_x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ spec:
value: "1000"
- name: PGID
value: "1000"
image: linuxserver/bazarr:v1.4.0-ls230
image: linuxserver/bazarr:v1.4.2-ls244
name: bazarr
ports:
- containerPort: 6767
Expand Down Expand Up @@ -220,7 +220,7 @@ spec:
value: "1000"
- name: GID
value: "1000"
image: emby/embyserver:4.8.0.66
image: emby/embyserver:4.9.0.12
name: emby
ports:
- containerPort: 8096
Expand Down Expand Up @@ -275,7 +275,7 @@ spec:
value: "1000"
- name: PGID
value: "1000"
image: linuxserver/jackett:0.21.1510
image: linuxserver/jackett:v0.21.2258-ls356
name: jackett
ports:
- containerPort: 9117
Expand Down Expand Up @@ -337,7 +337,7 @@ spec:
value: "1000"
- name: PGID
value: "1000"
image: linuxserver/radarr:5.2.6.8376-ls198
image: linuxserver/radarr:5.3.6.8612-ls211
livenessProbe:
exec:
command:
Expand Down Expand Up @@ -435,7 +435,7 @@ spec:
value: "1000"
- name: PGID
value: "1000"
image: linuxserver/sonarr:3.0.10.1567-ls218
image: linuxserver/sonarr:4.0.3.1413-ls233
livenessProbe:
exec:
command:
Expand Down Expand Up @@ -537,7 +537,7 @@ spec:
value: ""
- name: HOST_WHITELIST
value: ""
image: linuxserver/transmission:4.0.5-r0-ls215
image: linuxserver/transmission:4.0.5-r0-ls228
name: transmission
ports:
- containerPort: 9091
Expand Down
12 changes: 6 additions & 6 deletions overlays/x86/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ bases:

images:
- name: linuxserver/jackett
newTag: 0.21.1510
newTag: v0.21.2258-ls356
- name: linuxserver/sonarr
newTag: 3.0.10.1567-ls218
newTag: 4.0.3.1413-ls233
- name: linuxserver/radarr
newTag: 5.2.6.8376-ls198
newTag: 5.3.6.8612-ls211
- name: linuxserver/bazarr
newTag: v1.4.0-ls230
newTag: v1.4.2-ls244
- name: linuxserver/transmission
newTag: 4.0.5-r0-ls215
newTag: 4.0.5-r0-ls228
- name: emby/embyserver
newTag: 4.8.0.66
newTag: 4.9.0.12

0 comments on commit 0b9f41a

Please sign in to comment.