Skip to content

Commit d3223a7

Browse files
authored
updating to the latest version of operator sdk (#334)
Issue #, if available: - Relates: aws-controllers-k8s/community#1286 Description of changes: Updating to a newer version of OperatorSDK, so that this projects stays closer to the value that is used in the `Community` operators repos and we make sure that `bundle validate` will pass for all controllers. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Adam D. Cornett <[email protected]>
1 parent c6efa6a commit d3223a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-operator-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SCRIPTS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
1616
ROOT_DIR="$SCRIPTS_DIR/.."
1717
DEFAULT_OPERATOR_SDK_BIN_PATH="$ROOT_DIR/../code-generator/bin"
1818
OPERATOR_SDK_BIN_PATH=${OPERATOR_SDK_BIN_PATH:-$DEFAULT_OPERATOR_SDK_BIN_PATH}
19-
DEFAULT_OPERATOR_SDK_VERSION="1.17.0"
19+
DEFAULT_OPERATOR_SDK_VERSION="1.19.1"
2020

2121
source "${SCRIPTS_DIR}/lib/common.sh"
2222

0 commit comments

Comments
 (0)