Skip to content

Commit

Permalink
Changed the registry to public repo (1.0.0 (#353)
Browse files Browse the repository at this point in the history
Signed-off-by: sayloo <[email protected]>

Signed-off-by: sayloo <[email protected]>
  • Loading branch information
sahithi authored Nov 16, 2022
1 parent 645ff06 commit 10694de
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
containers:
- command:
- /opt/vcloud/bin/cluster-api-provider-cloud-director
image: harbor-repo.vmware.com/vcloud/cluster-api-provider-cloud-director:1.0.0
image: projects.registry.vmware.com/vmware-cloud-director/cluster-api-provider-cloud-director:1.0.0
name: manager
securityContext:
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
containers:
- command:
- /opt/vcloud/bin/cluster-api-provider-cloud-director
image: harbor-repo.vmware.com/vcloud/cluster-api-provider-cloud-director:1.0.0.__GIT_COMMIT__
image: projects.registry.vmware.com/vmware-cloud-director/cluster-api-provider-cloud-director:1.0.0.__GIT_COMMIT__
name: manager
securityContext:
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion templates/crs/cpi/cloud-director-ccm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ spec:
fsGroup: 2000
containers:
- name: vmware-cloud-director-ccm
image: harbor-repo.vmware.com/vcloud/cloud-provider-for-cloud-director:1.2.z.fc36ada
image: projects.registry.vmware.com/vmware-cloud-director/cloud-provider-for-cloud-director:1.2.0
imagePullPolicy: IfNotPresent
command:
- /opt/vcloud/bin/cloud-provider-for-cloud-director
Expand Down
2 changes: 1 addition & 1 deletion templates/crs/csi/csi-controller-crs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: harbor-repo.vmware.com/vcloud/cloud-director-named-disk-csi-driver:1.3.z.07457ad
image: projects.registry.vmware.com/vmware-cloud-director/cloud-director-named-disk-csi-driver:1.3.0
imagePullPolicy: IfNotPresent
command:
- /opt/vcloud/bin/cloud-director-named-disk-csi-driver
Expand Down
2 changes: 1 addition & 1 deletion templates/crs/csi/csi-node-crs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: harbor-repo.vmware.com/vcloud/cloud-director-named-disk-csi-driver:1.3.z.07457ad
image: projects.registry.vmware.com/vmware-cloud-director/cloud-director-named-disk-csi-driver:1.3.0
imagePullPolicy: IfNotPresent
command:
- /opt/vcloud/bin/cloud-director-named-disk-csi-driver
Expand Down
2 changes: 1 addition & 1 deletion templates/infrastructure-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ spec:
containers:
- command:
- /opt/vcloud/bin/cluster-api-provider-cloud-director
image: harbor-repo.vmware.com/vcloud/cluster-api-provider-cloud-director:1.0.0
image: projects.registry.vmware.com/vmware-cloud-director/cluster-api-provider-cloud-director:1.0.0
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 10694de

Please sign in to comment.