Skip to content

Commit 3c42c38

Browse files
committed
Bumped chaos-mesh version to 2.8.0
1 parent 6e42b7d commit 3c42c38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

local-hosting/multipass/templates/userdata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ runcmd:
253253
- sed -i 's/_THEME=\"robbyrussell\"/_THEME=\"gentoo\"/g' home/splunk/.zshrc
254254
- sed -i 's/_THEME=\"robbyrussell\"/_THEME=\"gentoo\"/g' home/ubuntu/.zshrc
255255
# Chaos Mesh
256-
- curl -sSL https://mirrors.chaos-mesh.org/v2.7.1/install.sh | bash -s -- --k3s
256+
- curl -sSL https://mirrors.chaos-mesh.org/v2.8.0/install.sh | bash -s -- --k3s
257257

258258
# Deploy Splunk secrets
259259
- /usr/local/bin/kubectl apply -f /tmp/workshop-secrets.yaml

local-hosting/orbstack/cloud-init.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ runcmd:
9292
- /usr/local/bin/kubectl apply -f /home/splunk/workshop/k3s/registry/registry.yaml
9393
- sed -i 's/_THEME=\"robbyrussell\"/_THEME=\"gentoo\"/g' home/splunk/.zshrc
9494
# Chaos Mesh
95-
- curl -sSL https://mirrors.chaos-mesh.org/v2.7.1/install.sh | bash -s -- --k3s
95+
- curl -sSL https://mirrors.chaos-mesh.org/v2.8.0/install.sh | bash -s -- --k3s

0 commit comments

Comments
 (0)