Skip to content

Commit 35cd052

Browse files
committed
use latest ccm-proxmox
1 parent 6ef4597 commit 35cd052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/cluster-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ data:
394394
serviceAccountName: proxmox-cloud-controller-manager
395395
containers:
396396
- name: cloud-controller-manager
397-
image: docker.io/spyduck/cloud-provider-proxmox:latest
397+
image: ghcr.io/sp-yduck/cloud-provider-proxmox:latest
398398
command:
399399
- /usr/local/bin/cloud-controller-manager
400400
- --cloud-provider=proxmox
@@ -442,5 +442,5 @@ data:
442442
url: ${PROXMOX_URL}
443443
user: ${PROXMOX_USER:=""}
444444
password: ${PROXMOX_PASSWORD:=""}
445-
tokenid: ${PROXMOX_TOKENID:=""}
445+
tokenID: ${PROXMOX_TOKENID:=""}
446446
secret: ${PROXMOX_SECRET:=""}

0 commit comments

Comments
 (0)