Skip to content

Commit 3f727e1

Browse files
committed
Fixing version
1 parent a090670 commit 3f727e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workshop/aws/ec2/templates/userdata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ runcmd:
177177
- curl -S -OL https://github.com/derailed/k9s/releases/download/v0.26.7/k9s_Linux_x86_64.tar.gz
178178
- tar xfz k9s_Linux_x86_64.tar.gz -C /usr/local/bin/ k9s
179179
# Download Workshop
180-
- export WSVERSION=4.36
180+
- export WSVERSION=4.37
181181
- 'export WSARCHIVE=$([ "$WSVERSION" = "main" ] && echo "main" || echo "v$WSVERSION")'
182182
- curl -s -OL https://github.com/signalfx/observability-workshop/archive/$WSARCHIVE.zip
183183
- unzip -qq $WSARCHIVE.zip -d /home/ubuntu/

0 commit comments

Comments
 (0)