Skip to content

Commit

Permalink
Move image to quay.io/nextflow
Browse files Browse the repository at this point in the history
Signed-off-by: Jordi Deu-Pons <[email protected]>
  • Loading branch information
jordeu committed Oct 9, 2023
1 parent 65d0c56 commit 47e42e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion manifests/k8s-fuse-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47e42e3

Please sign in to comment.