mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-02 12:06:09 -04:00
Cloud provider AWS: adopt changes to CCM / CNM for AWS
This commit is contained in:
parent
78d2358b9c
commit
a59ce30e7b
4 changed files with 74 additions and 2 deletions
6
coordinator/cloudprovider/images.go
Normal file
6
coordinator/cloudprovider/images.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package cloudprovider
|
||||
|
||||
const (
|
||||
// CloudControllerManagerImageAWS is the CCM image used on AWS.
|
||||
CloudControllerManagerImageAWS = "us.gcr.io/k8s-artifacts-prod/provider-aws/cloud-controller-manager:v1.22.0-alpha.0"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue