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,
|
"requiredStatusChecks": null,
|
||||||
"updateTypes": ["minor", "patch"],
|
"updateTypes": ["minor", "patch"],
|
||||||
"packageNames": [
|
"packageNames": [
|
||||||
"k8sathome/jackett"
|
"ghcr.io/k8s-at-home/jackett"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@@ -19,7 +19,7 @@ spec:
|
|||||||
values:
|
values:
|
||||||
controllerType: deployment
|
controllerType: deployment
|
||||||
image:
|
image:
|
||||||
repository: k8sathome/bazarr
|
repository: ghcr.io/k8s-at-home/bazarr
|
||||||
tag: v0.9.0.8
|
tag: v0.9.0.8
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
|
@@ -19,7 +19,7 @@ spec:
|
|||||||
values:
|
values:
|
||||||
controllerType: deployment
|
controllerType: deployment
|
||||||
image:
|
image:
|
||||||
repository: k8sathome/jackett
|
repository: ghcr.io/k8s-at-home/jackett
|
||||||
tag: v0.17.474
|
tag: v0.17.474
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
|
@@ -19,7 +19,7 @@ spec:
|
|||||||
values:
|
values:
|
||||||
controllerType: deployment
|
controllerType: deployment
|
||||||
image:
|
image:
|
||||||
repository: k8sathome/lidarr
|
repository: ghcr.io/k8s-at-home/lidarr
|
||||||
tag: v0.8.0.2062
|
tag: v0.8.0.2062
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
|
@@ -19,7 +19,7 @@ spec:
|
|||||||
values:
|
values:
|
||||||
controllerType: deployment
|
controllerType: deployment
|
||||||
image:
|
image:
|
||||||
repository: k8sathome/qbittorrent
|
repository: ghcr.io/k8s-at-home/qbittorrent
|
||||||
tag: v4.3.0.1
|
tag: v4.3.0.1
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
|
@@ -19,7 +19,7 @@ spec:
|
|||||||
values:
|
values:
|
||||||
controllerType: deployment
|
controllerType: deployment
|
||||||
image:
|
image:
|
||||||
repository: k8sathome/radarr
|
repository: ghcr.io/k8s-at-home/radarr
|
||||||
tag: v3.0.2.4369
|
tag: v3.0.2.4369
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
|
@@ -19,7 +19,7 @@ spec:
|
|||||||
values:
|
values:
|
||||||
controllerType: deployment
|
controllerType: deployment
|
||||||
image:
|
image:
|
||||||
repository: k8sathome/sonarr
|
repository: ghcr.io/k8s-at-home/sonarr
|
||||||
tag: v3.0.4.1120
|
tag: v3.0.4.1120
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
|
@@ -178,8 +178,8 @@ spec:
|
|||||||
requests:
|
requests:
|
||||||
storage: 10Gi
|
storage: 10Gi
|
||||||
thanos:
|
thanos:
|
||||||
image: quay.io/thanos/thanos:v0.17.1
|
image: quay.io/thanos/thanos
|
||||||
version: v0.17.1
|
version: v0.18.0
|
||||||
objectStorageConfig:
|
objectStorageConfig:
|
||||||
name: thanos
|
name: thanos
|
||||||
key: object-store.yaml
|
key: object-store.yaml
|
||||||
|
Reference in New Issue
Block a user