Skip to content
This repository was archived by the owner on Sep 21, 2020. It is now read-only.

Commit 5b77b11

Browse files
committed
Update apiVersion to operators.coreos.com/v1alpha1
csv is defined under operators.coreos.com group in the latest version of OLM.
1 parent d484b16 commit 5b77b11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

memcachedoperator.0.0.1.csv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file defines the ClusterServiceVersion (CSV) to tell the catalog how to display, create and
22
# manage the application as a whole. If changes are made to the CRD for this application kind,
33
# make sure to replace those references below as well.
4-
apiVersion: app.coreos.com/v1alpha1
4+
apiVersion: operators.coreos.com/v1alpha1
55
kind: ClusterServiceVersion-v1
66
metadata:
77
name: memcachedoperator.v0.0.1

memcachedoperator.0.0.2.csv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file defines the ClusterServiceVersion (CSV) to tell the catalog how to display, create and
22
# manage the application as a whole. If changes are made to the CRD for this application kind,
33
# make sure to replace those references below as well.
4-
apiVersion: app.coreos.com/v1alpha1
4+
apiVersion: operators.coreos.com/v1alpha1
55
kind: ClusterServiceVersion-v1
66
metadata:
77
name: memcachedoperator.v0.0.2

0 commit comments

Comments
 (0)