Skip to content

Commit 1d64f78

Browse files
authored
Update upstream kubevirt tag in manager deployment env, preserve #611 changes in config (#615)
* Preserve #611 bundle changes in config manifests * prefix `v` to kubevirt tag
1 parent 85973e6 commit 1d64f78

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

bundle/manifests/oadp-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apiVersion: operators.coreos.com/v1alpha1
22
kind: ClusterServiceVersion
33
metadata:
44
annotations:
5-
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift Platform Plus"]'
65
alm-examples: |-
76
[
87
{
@@ -169,6 +168,7 @@ metadata:
169168
operatorframework.io/cluster-monitoring: "true"
170169
operatorframework.io/suggested-namespace: openshift-adp
171170
operators.openshift.io/infrastructure-features: '["Disconnected"]'
171+
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift Platform Plus"]'
172172
operators.operatorframework.io/builder: operator-sdk-v1.14.0
173173
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
174174
repository: https://github.com/openshift/oadp-operator
@@ -663,7 +663,7 @@ spec:
663663
- name: VELERO_CSI_PLUGIN_TAG
664664
value: latest
665665
- name: VELERO_KUBEVIRT_PLUGIN_TAG
666-
value: 0.2.0
666+
value: v0.2.0
667667
image: quay.io/konveyor/oadp-operator:latest
668668
imagePullPolicy: Always
669669
livenessProbe:

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ spec:
7676
- name: VELERO_CSI_PLUGIN_TAG
7777
value: latest
7878
- name: VELERO_KUBEVIRT_PLUGIN_TAG
79-
value: 0.2.0
79+
value: v0.2.0
8080
args:
8181
- --leader-elect
8282
image: controller:latest

config/manifests/bases/oadp-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ metadata:
1414
operatorframework.io/cluster-monitoring: "true"
1515
operatorframework.io/suggested-namespace: openshift-adp
1616
operators.openshift.io/infrastructure-features: '["Disconnected"]'
17+
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
18+
Platform Plus"]'
1719
repository: https://github.com/openshift/oadp-operator
1820
support: Red Hat
1921
labels:
@@ -329,7 +331,7 @@ spec:
329331
- oadp
330332
links:
331333
- name: OADP Operator
332-
url: https://oadp.konveyor.io/
334+
url: https://github.com/openshift/oadp-operator
333335
maintainers:
334336
335337
name: Dylan Murray

0 commit comments

Comments
 (0)