Skip to content

Commit

Permalink
update ccm to v0.1.49 (#591)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Apr 27, 2024
1 parent 01bbfb7 commit ca25e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/data/ccm/digitalocean-cloud-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ spec:
effect: "NoSchedule"
- key: "CriticalAddonsOnly"
operator: "Exists"
# k8s clusters 1.24+ uses control-plane name instead of master
- key: "node-role.kubernetes.io/control-plane"
effect: NoSchedule
containers:
- image: digitalocean/digitalocean-cloud-controller-manager:v0.1.45
- image: digitalocean/digitalocean-cloud-controller-manager:v0.1.49@sha256:baf1d8ec4116dbca48dcfcf4aad8d23735144d6f89e95613e689a3a6fdea1327
name: digitalocean-cloud-controller-manager
command:
- "/bin/digitalocean-cloud-controller-manager"
Expand All @@ -53,7 +54,6 @@ spec:
secretKeyRef:
name: digitalocean
key: access-token

---
apiVersion: v1
kind: ServiceAccount
Expand Down

0 comments on commit ca25e11

Please sign in to comment.