diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f033d9e0e..da780ae04 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -67,7 +67,7 @@ "requiredStatusChecks": null, "updateTypes": ["minor", "patch"], "packageNames": [ - "k8sathome/jackett" + "ghcr.io/k8s-at-home/jackett" ] } ] diff --git a/cluster/media/bazarr.yaml b/cluster/media/bazarr.yaml index 90ef713d3..a75873adb 100644 --- a/cluster/media/bazarr.yaml +++ b/cluster/media/bazarr.yaml @@ -19,7 +19,7 @@ spec: values: controllerType: deployment image: - repository: k8sathome/bazarr + repository: ghcr.io/k8s-at-home/bazarr tag: v0.9.0.8 pullPolicy: IfNotPresent env: diff --git a/cluster/media/jackett.yaml b/cluster/media/jackett.yaml index 8d2a64980..fd67a4fa4 100644 --- a/cluster/media/jackett.yaml +++ b/cluster/media/jackett.yaml @@ -19,7 +19,7 @@ spec: values: controllerType: deployment image: - repository: k8sathome/jackett + repository: ghcr.io/k8s-at-home/jackett tag: v0.17.474 pullPolicy: IfNotPresent env: diff --git a/cluster/media/lidarr.yaml b/cluster/media/lidarr.yaml index 5104929cc..2df16f5e1 100644 --- a/cluster/media/lidarr.yaml +++ b/cluster/media/lidarr.yaml @@ -19,7 +19,7 @@ spec: values: controllerType: deployment image: - repository: k8sathome/lidarr + repository: ghcr.io/k8s-at-home/lidarr tag: v0.8.0.2062 pullPolicy: IfNotPresent env: diff --git a/cluster/media/qbittorrent.yaml b/cluster/media/qbittorrent.yaml index 9e780aa73..287790c69 100644 --- a/cluster/media/qbittorrent.yaml +++ b/cluster/media/qbittorrent.yaml @@ -19,7 +19,7 @@ spec: values: controllerType: deployment image: - repository: k8sathome/qbittorrent + repository: ghcr.io/k8s-at-home/qbittorrent tag: v4.3.0.1 pullPolicy: IfNotPresent env: diff --git a/cluster/media/radarr.yaml b/cluster/media/radarr.yaml index 78383bd15..324eba5a5 100644 --- a/cluster/media/radarr.yaml +++ b/cluster/media/radarr.yaml @@ -19,7 +19,7 @@ spec: values: controllerType: deployment image: - repository: k8sathome/radarr + repository: ghcr.io/k8s-at-home/radarr tag: v3.0.2.4369 pullPolicy: IfNotPresent env: diff --git a/cluster/media/sonarr.yaml b/cluster/media/sonarr.yaml index dd862c1bb..53fb84fcb 100644 --- a/cluster/media/sonarr.yaml +++ b/cluster/media/sonarr.yaml @@ -19,7 +19,7 @@ spec: values: controllerType: deployment image: - repository: k8sathome/sonarr + repository: ghcr.io/k8s-at-home/sonarr tag: v3.0.4.1120 pullPolicy: IfNotPresent env: diff --git a/cluster/monitoring/kube-prometheus-stack.yaml b/cluster/monitoring/kube-prometheus-stack.yaml index 0bd4c6d0e..6ee592410 100644 --- a/cluster/monitoring/kube-prometheus-stack.yaml +++ b/cluster/monitoring/kube-prometheus-stack.yaml @@ -178,8 +178,8 @@ spec: requests: storage: 10Gi thanos: - image: quay.io/thanos/thanos:v0.17.1 - version: v0.17.1 + image: quay.io/thanos/thanos + version: v0.18.0 objectStorageConfig: name: thanos key: object-store.yaml