Skip to content

Commit

Permalink
release: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gila committed Aug 12, 2020
1 parent 8470ac0 commit 1cafdbe
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deploy/csi-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
# the same.
containers:
- name: mayastor-csi
image: mayadata/mayastor-csi:v0.2.0
image: mayadata/mayastor-csi:v0.3.0
imagePullPolicy: Always
# we need privileged because we mount filesystems and use mknod
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion deploy/mayastor-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
# the same.
containers:
- name: mayastor
image: mayadata/mayastor:v0.2.0
image: mayadata/mayastor:v0.3.0
imagePullPolicy: Always
env:
- name: MY_NODE_NAME
Expand Down
2 changes: 1 addition & 1 deletion deploy/moac-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/

- name: moac
image: mayadata/moac:v0.2.0
image: mayadata/moac:v0.3.0
imagePullPolicy: Always
args:
- "--csi-address=$(CSI_ENDPOINT)"
Expand Down
11 changes: 6 additions & 5 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,18 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"mayastor": {
"branch": "v0.2.0",
"branch": "v0.3.0",
"cargosha256": "1234",
"description": "A cloud native declarative data plane in containers for containers",
"homepage": null,
"owner": "openebs",
"repo": "mayastor",
"rev": "4c1d742273ab48a7f93cd08284b031c0694c9557",
"sha256": "1x4f4s4xgxlpb8rrw1k00iww2cy03ijbrilp58lkrblvxgrz73vv",
"rev": "8470ac075112aca9533db5ffb8367b8e3f8d14c1",
"sha256": "1g9n6rhiggirmw2gjas7wig0p8jgkqnnbvfcqknn7257clc3pp5q",
"type": "tarball",
"url": "https://github.com/openebs/mayastor/archive/4c1d742273ab48a7f93cd08284b031c0694c9557.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"url": "https://github.com/openebs/mayastor/archive/8470ac075112aca9533db5ffb8367b8e3f8d14c1.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
"version": "0.3.0"
},
"niv": {
"branch": "master",
Expand Down

0 comments on commit 1cafdbe

Please sign in to comment.