Skip to content

Commit 3201831

Browse files
committed
Update k3d and k3s URLs
Things have moved away from the Rancher domain and organization. The URLs we were using redirect to these.
1 parent a4b59e8 commit 3201831

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/k3d/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ inputs:
55
default: latest
66
required: true
77
description: >
8-
Git tag from https://github.com/rancher/k3d/releases or "latest"
8+
Git tag from https://github.com/k3d-io/k3d/releases or "latest"
99
k3s-channel:
1010
default: latest
1111
required: true
1212
description: >
13-
https://rancher.com/docs/k3s/latest/en/upgrades/basic/#release-channels
13+
https://docs.k3s.io/upgrades/manual#release-channels
1414
prefetch-images:
1515
required: true
1616
description: >
@@ -44,7 +44,7 @@ runs:
4444
env:
4545
K3D_TAG: ${{ inputs.k3d-tag }}
4646
run: |
47-
curl --fail --silent https://raw.githubusercontent.com/rancher/k3d/main/install.sh |
47+
curl --fail --silent https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh |
4848
TAG="${K3D_TAG#latest}" bash
4949
k3d version | awk '{ print "${tolower($1)}=${$3}" >> $GITHUB_OUTPUT }'
5050

0 commit comments

Comments
 (0)