Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #120 from kaczyns/release021
Browse files Browse the repository at this point in the history
Update install script and readme for version 0.2.1
  • Loading branch information
garypicher authored Oct 30, 2019
2 parents 06b1ee4 + 36d8896 commit d59081f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ want to upgrade to. If you obtained the `kabanero-foundation` repository from
a tagged release, this variable will default to the correct value. The
script will update the Kabanero operator to the desired release. For example:
```
KABANERO_BRANCH=0.2.0 ./upgrade-kabanero-foundation.sh
KABANERO_BRANCH=0.2.1 ./upgrade-kabanero-foundation.sh
```
After the script completes successfully, you should update your Kabanero CR
instances to use the new version. If you are using the default collection set,
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-kabanero-foundation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -Eeox pipefail


# Branch/Release of Kabanero #
KABANERO_BRANCH="${KABANERO_BRANCH:-0.2.0}"
KABANERO_BRANCH="${KABANERO_BRANCH:-0.2.1}"

# Over-ride sleep times if necessary for automation
SLEEP_LONG="${SLEEP_LONG:-5}"
Expand Down

0 comments on commit d59081f

Please sign in to comment.