Skip to content

Commit e405a79

Browse files
authored
release: Release v0.2 (#6)
Signed-off-by: Jordi Deu-Pons <[email protected]>
1 parent d35da41 commit e405a79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ IMAGE_PUSH_TARGETS = $(TARGETS:=.push-image)
77
MANIFEST_CREATE_TARGETS = $(PLATFORM:=.create-manifest)
88
MANIFEST_PUSH_TARGETS = $(PLATFORM:=.push-manifest)
99
BUILD_OPT=""
10-
IMAGE_TAG=0.1
10+
IMAGE_TAG=0.2
1111
IMAGE_PREFIX=k8s-fuse-plugin
1212
IMAGE_REGISTRY=quay.io/nextflow
1313
BINARY=k8s-fuse-plugin

manifests/k8s-fuse-plugin.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
hostNetwork: true
1616
containers:
17-
- image: quay.io/nextflow/k8s-fuse-plugin:0.1
17+
- image: quay.io/nextflow/k8s-fuse-plugin:0.2
1818
args:
1919
- "--mounts-allowed=5000"
2020
name: fuse-device-plugin-ctr
@@ -30,4 +30,4 @@ spec:
3030
hostPath:
3131
path: /var/lib/kubelet/device-plugins
3232
imagePullSecrets:
33-
- name: registry-secret
33+
- name: registry-secret

0 commit comments

Comments
 (0)