diff --git a/Makefile b/Makefile index 616d994..7c1afb4 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ MANIFEST_PUSH_TARGETS = $(PLATFORM:=.push-manifest) BUILD_OPT="" IMAGE_TAG=0.1 IMAGE_PREFIX=k8s-fuse-plugin -IMAGE_REGISTRY=cr.seqera.io/public +IMAGE_REGISTRY=quay.io/nextflow BINARY=k8s-fuse-plugin diff --git a/manifests/k8s-fuse-plugin.yml b/manifests/k8s-fuse-plugin.yml index 9f33327..82e5467 100644 --- a/manifests/k8s-fuse-plugin.yml +++ b/manifests/k8s-fuse-plugin.yml @@ -14,7 +14,7 @@ spec: spec: hostNetwork: true containers: - - image: cr.seqera.io/public/k8s-fuse-plugin:0.1 + - image: quay.io/nextflow/k8s-fuse-plugin:0.1 args: - "--mounts-allowed=5000" name: fuse-device-plugin-ctr