Skip to content

Commit

Permalink
Merge pull request #412 from MonzElmasry/add_stable
Browse files Browse the repository at this point in the history
Add stable channel to rke2-channelserver and set v1.18.12+rke2r1 as stable
  • Loading branch information
davidnuzik authored Nov 23, 2020
2 parents 2fb6ad5 + dde3832 commit a0fcf72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions channels.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
channels:
- name: stable
latest: v1.18.12+rke2r1
- name: latest
latestRegexp: .*
excludeRegexp: ^[^+]+-
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ setup_env() {

# --- make sure install channel has a value
if [ -z "${INSTALL_RKE2_CHANNEL}" ]; then
INSTALL_RKE2_CHANNEL="latest"
INSTALL_RKE2_CHANNEL="stable"
fi

# --- make sure install type has a value
Expand Down

0 comments on commit a0fcf72

Please sign in to comment.