Skip to content
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

OADP-205: Remove registry deployment in favor of plugin enhancement #743

Merged
merged 16 commits into from
Jul 12, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion api/v1alpha1/oadp_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const GCPPluginImageKey UnsupportedImageKey = "gcpPluginImageFqin"
const CSIPluginImageKey UnsupportedImageKey = "csiPluginImageFqin"
const DataMoverImageKey UnsupportedImageKey = "dataMoverImageFqin"
const ResticRestoreImageKey UnsupportedImageKey = "resticRestoreImageFqin"
const RegistryImageKey UnsupportedImageKey = "registryImageFqin"
const KubeVirtPluginImageKey UnsupportedImageKey = "kubevirtPluginImageFqin"
const OperatorTypeKey UnsupportedImageKey = "operator-type"

Expand Down
6 changes: 0 additions & 6 deletions bundle/manifests/oadp-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -708,10 +708,6 @@ spec:
value: quay.io
- name: PROJECT
value: konveyor
- name: VELERO_REGISTRY_REPO
value: registry
- name: VELERO_REGISTRY_TAG
value: latest
- name: VELERO_REPO
value: velero
- name: VELERO_OPENSHIFT_PLUGIN_REPO
Expand Down Expand Up @@ -864,8 +860,6 @@ spec:
name: gcp_plugin
- image: quay.io/konveyor/velero-plugin-for-csi:konveyor-0.3
name: csi_plugin
- image: quay.io/konveyor/registry:latest
name: registry
- image: quay.io/konveyor/kubevirt-velero-plugin:v0.2.0
name: kubevirt_plugin
version: 99.0.0
4 changes: 0 additions & 4 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ spec:
value: quay.io
- name: PROJECT
value: konveyor
- name: VELERO_REGISTRY_REPO
value: registry
- name: VELERO_REGISTRY_TAG
value: latest
- name: VELERO_REPO
value: velero
- name: VELERO_OPENSHIFT_PLUGIN_REPO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,6 @@ spec:
name: gcp_plugin
- image: quay.io/konveyor/velero-plugin-for-csi:konveyor-0.3
name: csi_plugin
- image: quay.io/konveyor/registry:latest
name: registry
- image: quay.io/konveyor/kubevirt-velero-plugin:v0.2.0
name: kubevirt_plugin
version: 99.0.0