migrate dockerhub to ghcr

This commit is contained in:
auricom
2021-02-18 12:23:20 +01:00
parent e11b043e54
commit 9f201e5453
8 changed files with 9 additions and 9 deletions

View File

@@ -67,7 +67,7 @@
"requiredStatusChecks": null, "requiredStatusChecks": null,
"updateTypes": ["minor", "patch"], "updateTypes": ["minor", "patch"],
"packageNames": [ "packageNames": [
"k8sathome/jackett" "ghcr.io/k8s-at-home/jackett"
] ]
} }
] ]

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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