mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-26 20:13:31 +02:00
feat: migrate from docker.io to ghcr.io
This commit is contained in:
@@ -58,7 +58,7 @@ spec:
|
|||||||
codeserver:
|
codeserver:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: codercom/code-server
|
repository: ghcr.io/k8s-at-home/code-server
|
||||||
tag: 3.11.1
|
tag: 3.11.1
|
||||||
workingDir: "/www/assets"
|
workingDir: "/www/assets"
|
||||||
args:
|
args:
|
||||||
|
@@ -89,7 +89,7 @@ spec:
|
|||||||
codeserver:
|
codeserver:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: codercom/code-server
|
repository: ghcr.io/k8s-at-home/code-server
|
||||||
tag: 3.11.1
|
tag: 3.11.1
|
||||||
workingDir: "/config"
|
workingDir: "/config"
|
||||||
args:
|
args:
|
||||||
|
@@ -18,7 +18,7 @@ spec:
|
|||||||
interval: 5m
|
interval: 5m
|
||||||
values:
|
values:
|
||||||
image:
|
image:
|
||||||
repository: jellyfin/jellyfin
|
repository: ghcr.io/k8s-at-home/jellyfin
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 10.7.6
|
tag: 10.7.6
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@ spec:
|
|||||||
interval: 5m
|
interval: 5m
|
||||||
values:
|
values:
|
||||||
image:
|
image:
|
||||||
repository: intel/intel-gpu-plugin
|
repository: ghcr.io/k8s-at-home/intel-gpu-plugin
|
||||||
tag: 0.21.0
|
tag: 0.21.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
affinity:
|
affinity:
|
||||||
|
Reference in New Issue
Block a user