File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -o nounset
4
4
set -o pipefail
5
5
set -o errtrace
6
6
7
- CRIPROXY_DEB_URL=" ${CRIPROXY_DEB_URL:- https:// github.com/ Mirantis/ criproxy/ releases/ download/ v0.9.3 / criproxy-nodeps_0.9.3_amd64 .deb} "
7
+ CRIPROXY_DEB_URL=" ${CRIPROXY_DEB_URL:- https:// github.com/ Mirantis/ criproxy/ releases/ download/ v0.9.4 / criproxy-nodeps_0.9.4_amd64 .deb} "
8
8
VIRTLET_IMAGE=" ${VIRTLET_IMAGE:- mirantis/ virtlet} "
9
9
VIRTLET_SKIP_RSYNC=" ${VIRTLET_SKIP_RSYNC:- } "
10
10
VIRTLET_RSYNC_PORT=" ${VIRTLET_RSYNC_PORT:- 18730} "
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set -o nounset
5
5
set -o pipefail
6
6
set -o errtrace
7
7
8
- CRIPROXY_DEB_URL=" ${CRIPROXY_DEB_URL:- https:// github.com/ Mirantis/ criproxy/ releases/ download/ v0.9.3 / criproxy-nodeps_0.9.3_amd64 .deb} "
8
+ CRIPROXY_DEB_URL=" ${CRIPROXY_DEB_URL:- https:// github.com/ Mirantis/ criproxy/ releases/ download/ v0.9.4 / criproxy-nodeps_0.9.4_amd64 .deb} "
9
9
NONINTERACTIVE=" ${NONINTERACTIVE:- } "
10
10
NO_VM_CONSOLE=" ${NO_VM_CONSOLE:- } "
11
11
INJECT_LOCAL_IMAGE=" ${INJECT_LOCAL_IMAGE:- } "
You can’t perform that action at this time.
0 commit comments