1
1
apiVersion : operators.coreos.com/v1alpha1
2
2
kind : ClusterServiceVersion
3
3
metadata :
4
- name : oadp-operator.v99.0 .0
4
+ name : oadp-operator.v0.4 .0
5
5
namespace : openshift-adp
6
6
annotations :
7
- olm.skipRange : ' >=0.0.0 <99.0 .0'
8
- containerImage : " quay.io/konveyor/oadp-operator:latest "
7
+ olm.skipRange : ' >=0.0.0 <0.4 .0'
8
+ containerImage : " quay.io/konveyor/oadp-operator:oadp-0.4.0 "
9
9
alm-examples : |-
10
10
[
11
11
{
@@ -163,6 +163,8 @@ metadata:
163
163
support : Red Hat
164
164
operatorframework.io/suggested-namespace : openshift-adp
165
165
spec :
166
+ skips :
167
+ - oadp-operator.v0.3.0
166
168
apiservicedefinitions : {}
167
169
displayName : OADP Operator
168
170
description : OADP (OpenShift API for Data Protection) operator sets up and installs Velero on the OpenShift platform.
@@ -207,11 +209,11 @@ spec:
207
209
- name : VELERO_REGISTRY_REPO
208
210
value : registry
209
211
- name : VELERO_REGISTRY_TAG
210
- value : oadp-0.3 .0
212
+ value : oadp-0.4 .0
211
213
- name : VELERO_OPENSHIFT_PLUGIN_REPO
212
214
value : openshift-velero-plugin
213
215
- name : VELERO_OPENSHIFT_PLUGIN_TAG
214
- value : oadp-0.3 .0
216
+ value : oadp-0.4 .0
215
217
- name : VELERO_RESTIC_RESTORE_HELPER_REPO
216
218
value : velero-restic-restore-helper
217
219
- name : VELERO_AWS_PLUGIN_REPO
@@ -225,20 +227,20 @@ spec:
225
227
- name : VELERO_VSPHERE_PLUGIN_REPO
226
228
value : velero-plugin-for-vsphere
227
229
- name : VELERO_TAG
228
- value : konveyor-1.7 .0
230
+ value : oadp-0.4 .0
229
231
- name : VELERO_RESTIC_RESTORE_HELPER_TAG
230
- value : latest
232
+ value : oadp-0.4.0
231
233
- name : VELERO_AWS_PLUGIN_TAG
232
- value : konveyor-1.3 .0
234
+ value : oadp-0.4 .0
233
235
- name : VELERO_GCP_PLUGIN_TAG
234
- value : konveyor-1.3 .0
236
+ value : oadp-0.4 .0
235
237
- name : VELERO_AZURE_PLUGIN_TAG
236
- value : konveyor-1.3 .0
238
+ value : oadp-0.4 .0
237
239
- name : VELERO_CSI_PLUGIN_TAG
238
- value : konveyor -0.2 .0
240
+ value : oadp -0.4 .0
239
241
args :
240
242
- --leader-elect
241
- image : " quay.io/konveyor/oadp-operator:latest "
243
+ image : " quay.io/konveyor/oadp-operator:oadp-0.4.0 "
242
244
imagePullPolicy : Always
243
245
name : oadp-operator
244
246
securityContext :
@@ -438,7 +440,8 @@ spec:
438
440
maturity : beta
439
441
provider :
440
442
name : Red Hat
441
- version : 99.0.0
443
+ replaces : oadp-operator.v0.3.0
444
+ version : 0.4.0
442
445
customresourcedefinitions :
443
446
owned :
444
447
- name : veleroes.oadp.openshift.io
0 commit comments