Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion config/base/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ spec:
template:
spec:
containers:
- image: gcr.io/k8s-staging-capi-vsphere/cluster-api-vsphere-controller:main
- image: registry.ci.openshift.org/openshift:cluster-api-provider-vsphere
name: manager
2 changes: 1 addition & 1 deletion openshift/Dockerfile.openshift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM registry.ci.openshift.org/ocp/4.21:base-rhel9
LABEL description="Cluster API Provider vSphere Controller Manager"

COPY --from=builder /build/manager /manager
COPY --from=builder /build/openshift/manifests /manifests
COPY --from=builder /build/openshift/manifests /capi-operator-manifests

ENTRYPOINT [ "/manager" ]

Expand Down
2 changes: 1 addition & 1 deletion openshift/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ update-manifests-gen:
.PHONY: ocp-manifests
ocp-manifests: $(RELEASE_DIR) ## Builds openshift specific manifests
# Generate provider manifests.
cd tools && $(MANIFESTS_GEN) --provider-name "vsphere" --provider-type "InfrastructureProvider" --provider-version "${PROVIDER_VERSION}" --base-path "../../" --manifests-path "../manifests"
cd tools && $(MANIFESTS_GEN) --platform "VSphere" --name "vsphere" --kustomize-dir "../../config/default" --manifests-path ".." --profile-name "manifests"
Loading