Skip to content

Commit

Permalink
Merge pull request #267 from nckturner/use-promoted-images
Browse files Browse the repository at this point in the history
Use promoted images
  • Loading branch information
k8s-ci-robot authored Sep 8, 2021
2 parents 6b9e302 + 9b1fd0e commit 954bbd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions charts/aws-cloud-controller-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ namespace: "kube-system"

extraArgs: {}


image:
repository: gcr.io/k8s-staging-provider-aws/cloud-controller-manager
tag: v1.21.0-alpha.0
repository: us.gcr.io/k8s-artifacts-prod/provider-aws/cloud-controller-manager
tag: v1.22.0-alpha.0

# nameOverride -- String to partially override `aws-cloud-controller-manager.fullname`
# nameOverride overrides `cloud-controller-manager.fullname`
nameOverride: "aws-cloud-controller-manager"

# nodeSelector -- Node labels for pod assignment. Ref: https://kubernetes.io/docs/user-guide/node-selection/.

nodeSelector:
node-role.kubernetes.io/master: ""

Expand Down
2 changes: 1 addition & 1 deletion manifests/base/aws-cloud-controller-manager-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: cloud-controller-manager
containers:
- name: aws-cloud-controller-manager
image: gcr.io/k8s-staging-provider-aws/cloud-controller-manager:v1.21.0-alpha.0
image: us.gcr.io/k8s-artifacts-prod/provider-aws/cloud-controller-manager:v1.22.0-alpha.0
args:
- --v=2
- --cloud-provider=aws
Expand Down

0 comments on commit 954bbd1

Please sign in to comment.