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

Commit e6a43a1

Browse files
go memcached sample upgrade to 0.19.2 (legacy) (#142)
1 parent 2fe4772 commit e6a43a1

3 files changed

Lines changed: 146 additions & 13 deletions

File tree

go/memcached-operator/deploy/olm-catalog/memcached-operator/manifests/memcached-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ metadata:
1616
}
1717
]
1818
capabilities: Basic Install
19-
name: memcached-operator.v0.18.1
19+
name: memcached-operator.v0.19.2
2020
namespace: placeholder
2121
spec:
2222
apiservicedefinitions: {}
@@ -162,4 +162,4 @@ spec:
162162
provider:
163163
name: Example
164164
url: www.example.com
165-
version: 0.18.1
165+
version: 0.19.2

go/memcached-operator/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/operator-framework/operator-sdk-samples/go/memcached-operator
33
go 1.13
44

55
require (
6-
github.com/operator-framework/operator-sdk v0.18.1
6+
github.com/operator-framework/operator-sdk v0.19.2
77
github.com/spf13/pflag v1.0.5
88
k8s.io/api v0.18.2
99
k8s.io/apimachinery v0.18.2

0 commit comments

Comments
 (0)