File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
crates/nanocld_client/src Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ use nanocl_error::{
1616
1717use crate :: error:: is_api_error;
1818
19- pub const NANOCLD_DEFAULT_VERSION : & str = "0.15 .0" ;
19+ pub const NANOCLD_DEFAULT_VERSION : & str = "0.16 .0" ;
2020
2121#[ derive( Clone , Debug ) ]
2222pub struct ConnectOpts {
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ Cargoes:
7878 # {% if channel == "nightly" %}
7979 Image : ghcr.io/next-hat/ncproxy:0.13.2-nightly
8080 # {% else %}
81- Image : ghcr.io/next-hat/ncproxy:0.13.1
81+ Image : ghcr.io/next-hat/ncproxy:0.13.2
8282 # {% endif %}
8383 Tty : true
8484 Cmd :
@@ -112,7 +112,7 @@ Cargoes:
112112 # {% if channel == "nightly" %}
113113 Image : ghcr.io/next-hat/ncdns:0.8.2-nightly
114114 # {% else %}
115- Image : ghcr.io/next-hat/ncdns:0.8.1
115+ Image : ghcr.io/next-hat/ncdns:0.8.2
116116 # {% endif %}
117117 Tty : true
118118 Cmd :
@@ -136,7 +136,7 @@ Cargoes:
136136 # {% if channel == "nightly" %}
137137 Image : ghcr.io/next-hat/nanocld:0.16.2-nightly
138138 # {% else %}
139- Image : ghcr.io/next-hat/nanocld:0.16.1
139+ Image : ghcr.io/next-hat/nanocld:0.16.2
140140 # {% endif %}
141141 Tty : true
142142 Hostname : nanocl.internal
@@ -183,7 +183,7 @@ Cargoes:
183183 # {% if channel == "nightly" %}
184184 Image : ghcr.io/next-hat/ncvpnkit:0.6.2-nightly
185185 # {% else %}
186- Image : ghcr.io/next-hat/ncvpnkit:0.6.1
186+ Image : ghcr.io/next-hat/ncvpnkit:0.6.2
187187 # {% endif %}
188188 Tty : true
189189 Hostname : ncvpnkit.nanocl.internal
You can’t perform that action at this time.
0 commit comments