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 #136 from kaczyns/release022a
Browse files Browse the repository at this point in the history
Release 0.2.2
  • Loading branch information
garypicher authored Nov 25, 2019
2 parents d59081f + 39a46b1 commit f2235d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1 ./upgrade-kabanero-foundation.sh
KABANERO_BRANCH=0.2.2 ./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.1}"
KABANERO_BRANCH="${KABANERO_BRANCH:-0.2.2}"

# Over-ride sleep times if necessary for automation
SLEEP_LONG="${SLEEP_LONG:-5}"
Expand Down
2 changes: 1 addition & 1 deletion scripts/upgrade-kabanero-foundation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -Eeox pipefail

# Branch/Release of Kabanero #
KABANERO_BRANCH="${KABANERO_BRANCH:-0.2.0}"
KABANERO_BRANCH="${KABANERO_BRANCH:-0.2.2}"
namespace=kabanero

# Make sure we can find the kabanero-operator deployment in the cluster
Expand Down

0 comments on commit f2235d4

Please sign in to comment.