Skip to content

Commit a34b935

Browse files
chore(deps): update all non-major dependencies
1 parent 555df98 commit a34b935

File tree

18 files changed

+24
-24
lines changed

18 files changed

+24
-24
lines changed

kubernetes/cluster/apps/admin/traefik/helm-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
spec:
1313
# renovate: registryUrl=https://helm.traefik.io/traefik
1414
chart: traefik
15-
version: 35.3.0
15+
version: 35.4.0
1616
sourceRef:
1717
kind: HelmRepository
1818
name: traefik-helm

kubernetes/cluster/apps/crypto/chia/helm-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
name: chia-app
3333
image:
3434
repository: ghcr.io/chia-network/chia
35-
tag: 2.5.3
35+
tag: 2.5.4
3636
env:
3737
TZ: America/Toronto
3838
keys: /vault/secrets/key.txt

kubernetes/cluster/apps/homerow/erpnext/helm-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
values:
3737
image:
3838
repository: frappe/erpnext
39-
tag: v15.62.0
39+
tag: v15.63.0
4040
persistence:
4141
worker:
4242
existingClaim: erpnext-worker-pvc

kubernetes/cluster/apps/homerow/erpnext/jobs/create-new-site-job.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- 1000
2323
initContainers:
2424
- name: validate-config
25-
image: "frappe/erpnext:v15.62.0"
25+
image: "frappe/erpnext:v15.63.0"
2626
imagePullPolicy: IfNotPresent
2727
command: ["bash", "-c"]
2828
args:
@@ -60,7 +60,7 @@ spec:
6060
mountPath: /home/frappe/frappe-bench/sites
6161
containers:
6262
- name: create-site
63-
image: "frappe/erpnext:v15.62.0"
63+
image: "frappe/erpnext:v15.63.0"
6464
imagePullPolicy: IfNotPresent
6565
command: ["bash", "-c"]
6666
args:

kubernetes/cluster/apps/homerow/erpnext/jobs/job-drop-site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
- 1000
2222
containers:
2323
- name: drop-site
24-
image: "frappe/erpnext:v15.62.0"
24+
image: "frappe/erpnext:v15.63.0"
2525
imagePullPolicy: IfNotPresent
2626
command: ["bash", "-c"]
2727
args:

kubernetes/cluster/apps/media/prowlarr/helm-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
app:
5252
image:
5353
repository: lscr.io/linuxserver/prowlarr
54-
tag: 1.35.1
54+
tag: 1.36.3
5555
env:
5656
PUID: 568
5757
PGID: 568

kubernetes/cluster/apps/media/radarr/helm-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
app:
2424
image:
2525
repository: lscr.io/linuxserver/radarr
26-
tag: 5.23.3
26+
tag: 5.25.0
2727
env:
2828
PUID: 568
2929
PGID: 568

kubernetes/cluster/apps/other-webapps/ghostfolio/helm-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
app:
2626
image:
2727
repository: ghostfolio/ghostfolio
28-
tag: 2.161.0
28+
tag: 2.164.0
2929
envFrom: &envFrom
3030
- secret: ghostfolio-configuration
3131
postgres:
@@ -42,7 +42,7 @@ spec:
4242
redis:
4343
image:
4444
repository: redis
45-
tag: 8.0.1
45+
tag: 8.0.2
4646
serviceAccount:
4747
create: true
4848
name: ghostfolio-app

kubernetes/cluster/apps/other-webapps/immich/helm-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ spec:
2626
app:
2727
image:
2828
repository: ghcr.io/immich-app/immich-server
29-
tag: v1.132.3
29+
tag: v1.134.0
3030
envFrom: &envFrom
3131
- secret: immich-configuration
3232
machine-learning:
3333
containers:
3434
machine-learning:
3535
image:
3636
repository: ghcr.io/immich-app/immich-machine-learning
37-
tag: v1.131.2
37+
tag: v1.134.0
3838
envFrom: *envFrom
3939
postgres:
4040
containers:
@@ -49,7 +49,7 @@ spec:
4949
redis:
5050
image:
5151
repository: redis
52-
tag: 8.0.1
52+
tag: 8.0.2
5353
service:
5454
app:
5555
enabled: true

kubernetes/cluster/apps/other-webapps/ollama/helm-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
app:
2525
image:
2626
repository: ollama/ollama
27-
tag: 0.7.0
27+
tag: 0.9.0
2828
env:
2929
NVIDIA_VISIBLE_DEVICES: all
3030
OLLAMA_KEEP_ALIVE: 24h
@@ -45,7 +45,7 @@ spec:
4545
webui:
4646
image:
4747
repository: ghcr.io/open-webui/open-webui
48-
tag: v0.6.10
48+
tag: 0.6.13
4949
env:
5050
OLLAMA_BASE_URLS: http://ollama.other-webapps.svc.cluster.local:11434
5151
serviceAccount:

0 commit comments

Comments
 (0)