Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/kireque/home-ops
Browse files Browse the repository at this point in the history
  • Loading branch information
kireque committed Dec 28, 2024
2 parents 5f9f64e + 66099bd commit ad38a97
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion kubernetes/main/apps/downloads/sonarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
sonarr:
image:
repository: ghcr.io/onedr0p/sonarr-develop
tag: 4.0.11.2800@sha256:c9bdc88d44ac2e460ef6834057acec513acdd82107a622d78ddedec01e4e81ec
tag: 4.0.11.2804@sha256:cb7d3b0cd6f465868df6b88bfa78d52899b9955ced2bf03720eccc3fba402635
env:
COMPlus_EnableDiagnostics: "0"
SONARR__APP__INSTANCENAME: Sonarr
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/main/apps/media/piped/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
app:
image:
repository: ghcr.io/bjw-s-labs/piped-frontend
tag: 2024.12.22@sha256:5bd685f3cead5f61a77cc2b21527f8eb1d88f48ae3da70ccbe2c948b35a66357
tag: 2024.12.27@sha256:f97ff00c9869712a3061435db6b19b35c21f151732d0aae9817e7cef9f6adab6
env:
BACKEND_HOSTNAME: piped-api.econline.nl
probes:
Expand Down Expand Up @@ -89,7 +89,7 @@ spec:
app:
image:
repository: 1337kavin/piped-proxy
tag: latest@sha256:eaef23d2147cfe186134fb43e9b78aa3ee0b6f2462590110f696bb2aa2936af4
tag: latest@sha256:36a446ceb3613efdaf51630ce66e6f4bea607dd54232a041defaa512a0d668f7
command:
- /app/piped-proxy
probes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: rook-ceph-cluster
version: v1.15.7
version: v1.16.0
sourceRef:
kind: HelmRepository
name: rook-ceph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: rook-ceph
version: v1.15.7
version: v1.16.0
sourceRef:
kind: HelmRepository
name: rook-ceph
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/apps/selfhosted/atuin/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
app:
image:
repository: ghcr.io/atuinsh/atuin
tag: 18.3.0
tag: 18.4.0
args:
- server
- start
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ spec:
postBuild:
substitute:
# renovate: depName=ghcr.io/siderolabs/installer datasource=docker
TALOS_VERSION: v1.8.4
TALOS_VERSION: v1.9.1
# renovate: depName=ghcr.io/siderolabs/kubelet datasource=docker
KUBERNETES_VERSION: v1.31.4
KUBERNETES_VERSION: v1.32.0
2 changes: 1 addition & 1 deletion kubernetes/main/talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ clusterName: &clusterName main
endpoint: https://main.k8s.home.econline.nl:6443

# renovate: depName=ghcr.io/siderolabs/installer datasource=docker
talosVersion: v1.8.4
talosVersion: v1.9.1
# renovate: depName=ghcr.io/siderolabs/kubelet datasource=docker
kubernetesVersion: v1.32.0

Expand Down

0 comments on commit ad38a97

Please sign in to comment.