Skip to content

generate templates pointing to registry.k8s.io #2292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/addons/crs-powervs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ data:
serviceAccountName: cloud-controller-manager
containers:
- name: ibmpowervs-cloud-controller-manager
image: gcr.io/k8s-staging-capi-ibmcloud/powervs-cloud-controller-manager:6256ccf
image: registry.k8s.io/capi-ibmcloud/powervs-cloud-controller-manager:6256ccf
args:
- --v=2
- --cloud-provider=ibm
Expand Down
2 changes: 1 addition & 1 deletion templates/addons/crs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ data:
serviceAccountName: cloud-controller-manager
containers:
- name: ibm-cloud-controller-manager
image: gcr.io/k8s-staging-capi-ibmcloud/powervs-cloud-controller-manager:6256ccf
image: registry.k8s.io/capi-ibmcloud/powervs-cloud-controller-manager:6256ccf
args:
- --v=2
- --cloud-provider=ibm
Expand Down
2 changes: 1 addition & 1 deletion templates/cluster-template-powervs-clusterclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ data:
serviceAccountName: cloud-controller-manager
containers:
- name: ibmpowervs-cloud-controller-manager
image: gcr.io/k8s-staging-capi-ibmcloud/powervs-cloud-controller-manager:6256ccf
image: registry.k8s.io/capi-ibmcloud/powervs-cloud-controller-manager:6256ccf
args:
- --v=2
- --cloud-provider=ibm
Expand Down
2 changes: 1 addition & 1 deletion templates/cluster-template-powervs-create-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ data:
serviceAccountName: cloud-controller-manager
containers:
- name: ibmpowervs-cloud-controller-manager
image: gcr.io/k8s-staging-capi-ibmcloud/powervs-cloud-controller-manager:6256ccf
image: registry.k8s.io/capi-ibmcloud/powervs-cloud-controller-manager:6256ccf
args:
- --v=2
- --cloud-provider=ibm
Expand Down
2 changes: 1 addition & 1 deletion templates/cluster-template-powervs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ data:
serviceAccountName: cloud-controller-manager
containers:
- name: ibmpowervs-cloud-controller-manager
image: gcr.io/k8s-staging-capi-ibmcloud/powervs-cloud-controller-manager:6256ccf
image: registry.k8s.io/capi-ibmcloud/powervs-cloud-controller-manager:6256ccf
args:
- --v=2
- --cloud-provider=ibm
Expand Down
2 changes: 1 addition & 1 deletion templates/cluster-template-vpc-clusterclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ data:
serviceAccountName: cloud-controller-manager
containers:
- name: ibm-cloud-controller-manager
image: gcr.io/k8s-staging-capi-ibmcloud/powervs-cloud-controller-manager:6256ccf
image: registry.k8s.io/capi-ibmcloud/powervs-cloud-controller-manager:6256ccf
args:
- --v=2
- --cloud-provider=ibm
Expand Down
2 changes: 1 addition & 1 deletion templates/cluster-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ data:
serviceAccountName: cloud-controller-manager
containers:
- name: ibm-cloud-controller-manager
image: gcr.io/k8s-staging-capi-ibmcloud/powervs-cloud-controller-manager:6256ccf
image: registry.k8s.io/capi-ibmcloud/powervs-cloud-controller-manager:6256ccf
args:
- --v=2
- --cloud-provider=ibm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ data:
serviceAccountName: cloud-controller-manager
containers:
- name: ibmpowervs-cloud-controller-manager
image: gcr.io/k8s-staging-capi-ibmcloud/powervs-cloud-controller-manager:6256ccf
image: registry.k8s.io/capi-ibmcloud/powervs-cloud-controller-manager:6256ccf
args:
- --v=2
- --cloud-provider=ibm
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/data/templates/cluster-template-vpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ data:
serviceAccountName: cloud-controller-manager
containers:
- name: ibm-cloud-controller-manager
image: gcr.io/k8s-staging-capi-ibmcloud/powervs-cloud-controller-manager:6256ccf
image: registry.k8s.io/capi-ibmcloud/powervs-cloud-controller-manager:6256ccf
args:
- --v=2
- --cloud-provider=ibm
Expand Down