We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35da41 commit e405a79Copy full SHA for e405a79
Makefile
@@ -7,7 +7,7 @@ IMAGE_PUSH_TARGETS = $(TARGETS:=.push-image)
7
MANIFEST_CREATE_TARGETS = $(PLATFORM:=.create-manifest)
8
MANIFEST_PUSH_TARGETS = $(PLATFORM:=.push-manifest)
9
BUILD_OPT=""
10
-IMAGE_TAG=0.1
+IMAGE_TAG=0.2
11
IMAGE_PREFIX=k8s-fuse-plugin
12
IMAGE_REGISTRY=quay.io/nextflow
13
BINARY=k8s-fuse-plugin
manifests/k8s-fuse-plugin.yml
@@ -14,7 +14,7 @@ spec:
14
spec:
15
hostNetwork: true
16
containers:
17
- - image: quay.io/nextflow/k8s-fuse-plugin:0.1
+ - image: quay.io/nextflow/k8s-fuse-plugin:0.2
18
args:
19
- "--mounts-allowed=5000"
20
name: fuse-device-plugin-ctr
@@ -30,4 +30,4 @@ spec:
30
hostPath:
31
path: /var/lib/kubelet/device-plugins
32
imagePullSecrets:
33
- - name: registry-secret
+ - name: registry-secret
0 commit comments