Skip to content

Commit ee2bb00

Browse files
committed
Update CSV for 0.4.0 release (#400)
1 parent a75fecf commit ee2bb00

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

deploy/olm-catalog/bundle/manifests/oadp-operator.v99.0.0.clusterserviceversion.yaml renamed to deploy/olm-catalog/bundle/manifests/oadp-operator.v0.4.0.clusterserviceversion.yaml

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apiVersion: operators.coreos.com/v1alpha1
22
kind: ClusterServiceVersion
33
metadata:
4-
name: oadp-operator.v99.0.0
4+
name: oadp-operator.v0.4.0
55
namespace: openshift-adp
66
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"
99
alm-examples: |-
1010
[
1111
{
@@ -163,6 +163,8 @@ metadata:
163163
support: Red Hat
164164
operatorframework.io/suggested-namespace: openshift-adp
165165
spec:
166+
skips:
167+
- oadp-operator.v0.3.0
166168
apiservicedefinitions: {}
167169
displayName: OADP Operator
168170
description: OADP (OpenShift API for Data Protection) operator sets up and installs Velero on the OpenShift platform.
@@ -207,11 +209,11 @@ spec:
207209
- name: VELERO_REGISTRY_REPO
208210
value: registry
209211
- name: VELERO_REGISTRY_TAG
210-
value: oadp-0.3.0
212+
value: oadp-0.4.0
211213
- name: VELERO_OPENSHIFT_PLUGIN_REPO
212214
value: openshift-velero-plugin
213215
- name: VELERO_OPENSHIFT_PLUGIN_TAG
214-
value: oadp-0.3.0
216+
value: oadp-0.4.0
215217
- name: VELERO_RESTIC_RESTORE_HELPER_REPO
216218
value: velero-restic-restore-helper
217219
- name: VELERO_AWS_PLUGIN_REPO
@@ -225,20 +227,20 @@ spec:
225227
- name: VELERO_VSPHERE_PLUGIN_REPO
226228
value: velero-plugin-for-vsphere
227229
- name: VELERO_TAG
228-
value: konveyor-1.7.0
230+
value: oadp-0.4.0
229231
- name: VELERO_RESTIC_RESTORE_HELPER_TAG
230-
value: latest
232+
value: oadp-0.4.0
231233
- name: VELERO_AWS_PLUGIN_TAG
232-
value: konveyor-1.3.0
234+
value: oadp-0.4.0
233235
- name: VELERO_GCP_PLUGIN_TAG
234-
value: konveyor-1.3.0
236+
value: oadp-0.4.0
235237
- name: VELERO_AZURE_PLUGIN_TAG
236-
value: konveyor-1.3.0
238+
value: oadp-0.4.0
237239
- name: VELERO_CSI_PLUGIN_TAG
238-
value: konveyor-0.2.0
240+
value: oadp-0.4.0
239241
args:
240242
- --leader-elect
241-
image: "quay.io/konveyor/oadp-operator:latest"
243+
image: "quay.io/konveyor/oadp-operator:oadp-0.4.0"
242244
imagePullPolicy: Always
243245
name: oadp-operator
244246
securityContext:
@@ -438,7 +440,8 @@ spec:
438440
maturity: beta
439441
provider:
440442
name: Red Hat
441-
version: 99.0.0
443+
replaces: oadp-operator.v0.3.0
444+
version: 0.4.0
442445
customresourcedefinitions:
443446
owned:
444447
- name: veleroes.oadp.openshift.io

0 commit comments

Comments
 (0)