Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump x86_64 components #29

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading