Skip to content

Commit 47e42e3

Browse files
committed
Move image to quay.io/nextflow
Signed-off-by: Jordi Deu-Pons <[email protected]>
1 parent 65d0c56 commit 47e42e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MANIFEST_PUSH_TARGETS = $(PLATFORM:=.push-manifest)
99
BUILD_OPT=""
1010
IMAGE_TAG=0.1
1111
IMAGE_PREFIX=k8s-fuse-plugin
12-
IMAGE_REGISTRY=cr.seqera.io/public
12+
IMAGE_REGISTRY=quay.io/nextflow
1313
BINARY=k8s-fuse-plugin
1414

1515

manifests/k8s-fuse-plugin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
hostNetwork: true
1616
containers:
17-
- image: cr.seqera.io/public/k8s-fuse-plugin:0.1
17+
- image: quay.io/nextflow/k8s-fuse-plugin:0.1
1818
args:
1919
- "--mounts-allowed=5000"
2020
name: fuse-device-plugin-ctr

0 commit comments

Comments
 (0)