Skip to content

Commit dbc9ad5

Browse files
authored
updating operator-sdk to 1.28.0 (#448)
Issue #, if available: N/A Description of changes: Updating to use 1.28.0 of operator-sdk By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 8f3ba42 commit dbc9ad5

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.19.1"
19+
DEFAULT_OPERATOR_SDK_VERSION="1.28.0"
2020

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

0 commit comments

Comments
 (0)