mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 00:34:25 +02:00
migrate dockerhub to ghcr
This commit is contained in:
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
@@ -67,7 +67,7 @@
|
||||
"requiredStatusChecks": null,
|
||||
"updateTypes": ["minor", "patch"],
|
||||
"packageNames": [
|
||||
"k8sathome/jackett"
|
||||
"ghcr.io/k8s-at-home/jackett"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@@ -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:
|
||||
|
@@ -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:
|
||||
|
@@ -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:
|
||||
|
@@ -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:
|
||||
|
@@ -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:
|
||||
|
@@ -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:
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user