We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d0c56 commit 47e42e3Copy full SHA for 47e42e3
Makefile
@@ -9,7 +9,7 @@ MANIFEST_PUSH_TARGETS = $(PLATFORM:=.push-manifest)
9
BUILD_OPT=""
10
IMAGE_TAG=0.1
11
IMAGE_PREFIX=k8s-fuse-plugin
12
-IMAGE_REGISTRY=cr.seqera.io/public
+IMAGE_REGISTRY=quay.io/nextflow
13
BINARY=k8s-fuse-plugin
14
15
manifests/k8s-fuse-plugin.yml
@@ -14,7 +14,7 @@ spec:
spec:
hostNetwork: true
16
containers:
17
- - image: cr.seqera.io/public/k8s-fuse-plugin:0.1
+ - image: quay.io/nextflow/k8s-fuse-plugin:0.1
18
args:
19
- "--mounts-allowed=5000"
20
name: fuse-device-plugin-ctr
0 commit comments