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

Commit 7995b37

Browse files
authored
Merge pull request #159 from gianarb/chore/bump-ccm
Bump CCM to v1.1.0
2 parents c48b5fd + a4f44dc commit 7995b37

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
@@ -35,7 +35,7 @@ spec:
3535
EOF
3636
- systemctl restart networking
3737
- '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}"}'''
38-
- kubectl apply --kubeconfig /etc/kubernetes/admin.conf -f https://raw.githubusercontent.com/packethost/packet-ccm/9779a5b1dcaa039c40159a6a2c2e57b8ab4874d8/deploy/releases/v1.0.1/deployment.yaml
38+
- kubectl apply --kubeconfig /etc/kubernetes/admin.conf -f https://github.com/packethost/packet-ccm/releases/download/v1.1.0/deployment.yaml
3939
preKubeadmCommands:
4040
- sed -ri '/\sswap\s/s/^#?/#/' /etc/fstab
4141
- swapoff -a

0 commit comments

Comments
 (0)