@@ -24,7 +24,7 @@ Before starting the testing, ensure you have:
2424
2525** Channels:**
2626- ` base ` - Core packages for Habitat 2.0
27- - ` hab-2-rc1 ` - Chef-specific Habitat 2.0 RC packages
27+ - ` hab-2-rc2 ` - Chef-specific Habitat 2.0 RC packages
2828- ` stable ` - Habitat 1.x packages (for upgrade testing)
2929
3030---
@@ -94,7 +94,7 @@ sudo hab svc status
9494
9595## Scenario 2: Sync Packages from Public Builder
9696
97- ** Objective:** Use sync tool to sync ` base ` core packages and ` hab-2-rc1 ` chef packages from SaaS to the on-prem instance
97+ ** Objective:** Use sync tool to sync ` base ` core packages and ` hab-2-rc2 ` chef packages from SaaS to the on-prem instance
9898
9999### Step 1: Generate Private Builder Token
100100
@@ -134,13 +134,13 @@ hab pkg exec habitat/pkg-sync pkg-sync \
134134 --private-builder-token < PRIVATE_TOKEN>
135135```
136136
137- ### Step 5: Sync hab-2-rc1 Chef Packages
137+ ### Step 5: Sync hab-2-rc2 Chef Packages
138138
139139``` bash
140140hab pkg exec habitat/pkg-sync pkg-sync \
141141 --bldr-url < ON_PREM_BUILDER_URL> \
142142 --origin chef \
143- --channel hab-2-rc1 \
143+ --channel hab-2-rc2 \
144144 --public-builder-token < PUBLIC_TOKEN> \
145145 --private-builder-token < PRIVATE_TOKEN>
146146```
@@ -165,7 +165,7 @@ Check packages in your on-prem builder web UI or via API:
165165
166166### Method 1: Current Installation (Habitat 2.0 RC)
167167
168- Since Habitat 2.0 is not in stable channel yet, install via hab-2-rc1 channel:
168+ Since Habitat 2.0 is not in stable channel yet, install via hab-2-rc2 channel:
169169
170170#### Step 1: Install Habitat 1.6.x (Base Installation)
171171
@@ -180,7 +180,7 @@ curl https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/in
180180#### Step 2: Upgrade to Habitat 2.0 RC
181181
182182``` bash
183- sudo hab pkg install chef/hab -bf -c hab-2-rc1 -z < YOUR_PUBLIC_BLDR_AUTH_TOKEN>
183+ sudo hab pkg install chef/hab -bf -c hab-2-rc2 -z < YOUR_PUBLIC_BLDR_AUTH_TOKEN>
184184```
185185
186186### Method 2: Future Installation (When Habitat 2.0 is Stable)
0 commit comments