Skip to content

Commit

Permalink
chore: upgrade installe
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed Jun 10, 2024
1 parent 1a6e48c commit f5c032f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Cargoes:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/nproxy:1.26.0-n0.12-nightly
# {% else %}
Image: ghcr.io/next-hat/nproxy:1.25.4-n0.11
Image: ghcr.io/next-hat/nproxy:1.26.0-n0.12
# {% endif %}
Tty: true
Env:
Expand All @@ -80,7 +80,7 @@ Cargoes:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/ncproxy:0.12.0-nightly
# {% else %}
Image: ghcr.io/next-hat/ncproxy:0.11.0
Image: ghcr.io/next-hat/ncproxy:0.12.0
# {% endif %}
Tty: true
Cmd:
Expand All @@ -101,7 +101,7 @@ Cargoes:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/ndns:2.90.0-n0.7-nightly
# {% else %}
Image: ghcr.io/next-hat/ndns:2.90.0-n0.6
Image: ghcr.io/next-hat/ndns:2.90.0-n0.7
# {% endif %}
Env:
- STATE_DIR=${{ state_dir }}/dns
Expand All @@ -115,7 +115,7 @@ Cargoes:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/ncdns:0.7.0-nightly
# {% else %}
Image: ghcr.io/next-hat/ncdns:0.6.0
Image: ghcr.io/next-hat/ncdns:0.7.0
# {% endif %}
Tty: true
Cmd:
Expand All @@ -140,7 +140,7 @@ Cargoes:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/nanocld:0.15.0-nightly
# {% else %}
Image: ghcr.io/next-hat/nanocld:0.14.0
Image: ghcr.io/next-hat/nanocld:0.15.0
# {% endif %}
Tty: true
Hostname: nanocl.internal
Expand Down Expand Up @@ -188,7 +188,7 @@ Cargoes:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/ncvpnkit:0.4.0-nightly
# {% else %}
Image: ghcr.io/next-hat/ncvpnkit:0.4.0
Image: ghcr.io/next-hat/ncvpnkit:0.5.0
# {% endif %}
Tty: true
Hostname: ncvpnkit.nanocl.internal
Expand Down

0 comments on commit f5c032f

Please sign in to comment.