Skip to content

Commit

Permalink
upgrade to operator-sdk 1.0.1 and crdVersion v1
Browse files Browse the repository at this point in the history
  • Loading branch information
plaffitt committed Apr 14, 2022
1 parent 310c2cf commit 9b83307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/install_operator_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# see https://github.com/operator-framework/operator-sdk/blob/master/doc/user/install-operator-sdk.md

export OPERATOR_SDK_VERSION=v0.18.2
export OPERATOR_SDK_VERSION=v1.0.1

echo "[+] Setup operator-sdk"

Expand Down
2 changes: 1 addition & 1 deletion PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins:
repo: github.com/edgelevel/lastpass-operator
resources:
- api:
crdVersion: v1beta1
crdVersion: v1
namespaced: true
controller: true
domain: edgelevel.com
Expand Down

0 comments on commit 9b83307

Please sign in to comment.