Skip to content

Commit a4aa3b5

Browse files
authored
fix: update configure-nodes.yaml
1 parent b83536a commit a4aa3b5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

k8s-templates/configure-nodes.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ data:
2323
2424
# Install container version from https://github.com/containerd/containerd/pull/8515
2525
mkdir -p ~/bin
26-
curl -L https://github.com/akashsinghal/ratify-containerd/raw/containerd-prototype/bin/ctr --output ~/bin/ctr
27-
curl -L https://github.com/akashsinghal/ratify-containerd/raw/containerd-prototype/bin/containerd --output ~/bin/containerd
26+
curl -L https://github.com/akashsinghal/ratify-containerd/raw/main/bin/ctr --output ~/bin/ctr
27+
curl -L https://github.com/akashsinghal/ratify-containerd/raw/main/bin/containerd --output ~/bin/containerd
2828
mv ~/bin/* /usr/bin/
2929
chmod +x /usr/bin/ctr
3030
chmod +x /usr/bin/containerd
@@ -38,20 +38,20 @@ data:
3838
3939
# Install ConfigMap watcher
4040
mkdir -p ~/.ratify/bin
41-
curl -L https://github.com/akashsinghal/ratify-containerd/raw/containerd-prototype/bin/configmap-watcher -o ~/.ratify/bin/configmap-watcher
41+
curl -L https://github.com/akashsinghal/ratify-containerd/raw/main/bin/configmap-watcher -o ~/.ratify/bin/configmap-watcher
4242
chmod +x ~/.ratify/bin/configmap-watcher
43-
curl -L https://raw.githubusercontent.com/akashsinghal/ratify-containerd/containerd-prototype/configmap-watcher.service -o /etc/systemd/system/configmap-watcher.service
43+
curl -L https://raw.githubusercontent.com/akashsinghal/ratify-containerd/main/configmap-watcher.service -o /etc/systemd/system/configmap-watcher.service
4444
systemctl daemon-reload
4545
systemctl enable configmap-watcher
4646
systemctl start configmap-watcher
4747
4848
# Install Ratify binaries
49-
curl -L https://github.com/akashsinghal/ratify-containerd/raw/containerd-prototype/bin/ratify -o ~/.ratify/bin/ratify
49+
curl -L https://github.com/akashsinghal/ratify-containerd/raw/main/bin/ratify -o ~/.ratify/bin/ratify
5050
chmod +x ~/.ratify/bin/ratify
5151
5252
# Install Ratify Containerd plugin
5353
mkdir -p ~/.containerd/verification-plugin-bin
54-
curl -L https://github.com/akashsinghal/ratify-containerd/raw/containerd-prototype/plugin/ratify.sh -o ~/.containerd/verification-plugin-bin/ratify
54+
curl -L https://github.com/akashsinghal/ratify-containerd/raw/main/plugin/ratify.sh -o ~/.containerd/verification-plugin-bin/ratify
5555
chmod +x ~/.containerd/verification-plugin-bin/ratify
5656
5757
# Update containerd config

0 commit comments

Comments
 (0)