Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit c97d3dc

Browse files
committed
update packet-ccm to 1.0.1 (with a pinned url)
1 parent 053d864 commit c97d3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cluster-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
cloud-provider: external
2828
postKubeadmCommands:
2929
- 'kubectl --kubeconfig /etc/kubernetes/admin.conf create secret generic -n kube-system packet-cloud-config --from-literal=cloud-sa.json=''{"apiKey": "{{ .apiKey }}","projectID": "${PROJECT_ID}"}'''
30-
- kubectl apply --kubeconfig /etc/kubernetes/admin.conf -f https://raw.githubusercontent.com/packethost/packet-ccm/master/deploy/releases/v1.0.0/deployment.yaml
30+
- kubectl apply --kubeconfig /etc/kubernetes/admin.conf -f https://raw.githubusercontent.com/packethost/packet-ccm/9779a5b1dcaa039c40159a6a2c2e57b8ab4874d8/deploy/releases/v1.0.1/deployment.yaml
3131
preKubeadmCommands:
3232
- sed -ri '/\sswap\s/s/^#?/#/' /etc/fstab
3333
- swapoff -a

0 commit comments

Comments
 (0)