Skip to content

Commit 7a768bf

Browse files
committed
Bumped version
1 parent d1af91a commit 7a768bf

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
@@ -175,7 +175,7 @@ runcmd:
175175
- curl -S -OL https://github.com/derailed/k9s/releases/download/v0.27.0/k9s_Linux_amd64.tar.gz
176176
- tar xfz k9s_Linux_amd64.tar.gz -C /usr/local/bin/ k9s
177177
# Download Workshop
178-
- export WSVERSION=4.72
178+
- export WSVERSION=4.73
179179
- 'export WSARCHIVE=$([ "$WSVERSION" = "main" ] && echo "main" || echo "v$WSVERSION")'
180180
- curl -s -OL https://github.com/splunk/observability-workshop/archive/$WSARCHIVE.zip
181181
- unzip -qq $WSARCHIVE.zip -d /home/ubuntu/

0 commit comments

Comments
 (0)