Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Bump scripted install version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Vest committed Sep 10, 2021
1 parent 0942e40 commit 4810b08
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions sh/deploy-storageos-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ set -euo pipefail

# The following variables may be tuned as desired. The defaults should work in
# most environments.
export OPERATOR_VERSION='v2.4.2'
export OPERATOR_VERSION='v2.4.4'
export CLI_VERSION='v2.4.2'
export STOS_VERSION='v2.4.2'
export STOS_VERSION='v2.4.4'
export STORAGEOS_OPERATOR_LABEL='name=storageos-cluster-operator'
export STOS_NAMESPACE='kube-system'
export ETCD_NAMESPACE='storageos-etcd'
Expand Down
4 changes: 2 additions & 2 deletions v1.x/sh/deploy-storageos-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ set -euo pipefail

# The following variables may be tuned as desired. The defaults should work in
# most environments.
export OPERATOR_VERSION='v2.4.2'
export OPERATOR_VERSION='v2.4.4'
export CLI_VERSION='v2.4.2'
export STOS_VERSION='v2.4.2'
export STOS_VERSION='v2.4.4'
export STORAGEOS_OPERATOR_LABEL='name=storageos-cluster-operator'
export STOS_NAMESPACE='kube-system'
export ETCD_NAMESPACE='storageos-etcd'
Expand Down
4 changes: 2 additions & 2 deletions v2.0/sh/deploy-storageos-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ set -euo pipefail

# The following variables may be tuned as desired. The defaults should work in
# most environments.
export OPERATOR_VERSION='v2.4.2'
export OPERATOR_VERSION='v2.4.4'
export CLI_VERSION='v2.4.2'
export STOS_VERSION='v2.4.2'
export STOS_VERSION='v2.4.4'
export STORAGEOS_OPERATOR_LABEL='name=storageos-cluster-operator'
export STOS_NAMESPACE='kube-system'
export ETCD_NAMESPACE='storageos-etcd'
Expand Down
4 changes: 2 additions & 2 deletions v2.1/sh/deploy-storageos-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ set -euo pipefail

# The following variables may be tuned as desired. The defaults should work in
# most environments.
export OPERATOR_VERSION='v2.4.2'
export OPERATOR_VERSION='v2.4.4'
export CLI_VERSION='v2.4.2'
export STOS_VERSION='v2.4.2'
export STOS_VERSION='v2.4.4'
export STORAGEOS_OPERATOR_LABEL='name=storageos-cluster-operator'
export STOS_NAMESPACE='kube-system'
export ETCD_NAMESPACE='storageos-etcd'
Expand Down
4 changes: 2 additions & 2 deletions v2.2/sh/deploy-storageos-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ set -euo pipefail

# The following variables may be tuned as desired. The defaults should work in
# most environments.
export OPERATOR_VERSION='v2.4.2'
export OPERATOR_VERSION='v2.4.4'
export CLI_VERSION='v2.4.2'
export STOS_VERSION='v2.4.2'
export STOS_VERSION='v2.4.4'
export STORAGEOS_OPERATOR_LABEL='name=storageos-cluster-operator'
export STOS_NAMESPACE='kube-system'
export ETCD_NAMESPACE='storageos-etcd'
Expand Down
4 changes: 2 additions & 2 deletions v2.3/sh/deploy-storageos-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ set -euo pipefail

# The following variables may be tuned as desired. The defaults should work in
# most environments.
export OPERATOR_VERSION='v2.4.2'
export OPERATOR_VERSION='v2.4.4'
export CLI_VERSION='v2.4.2'
export STOS_VERSION='v2.4.2'
export STOS_VERSION='v2.4.4'
export STORAGEOS_OPERATOR_LABEL='name=storageos-cluster-operator'
export STOS_NAMESPACE='kube-system'
export ETCD_NAMESPACE='storageos-etcd'
Expand Down
4 changes: 2 additions & 2 deletions v2/sh/deploy-storageos-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ set -euo pipefail

# The following variables may be tuned as desired. The defaults should work in
# most environments.
export OPERATOR_VERSION='v2.4.2'
export OPERATOR_VERSION='v2.4.4'
export CLI_VERSION='v2.4.2'
export STOS_VERSION='v2.4.2'
export STOS_VERSION='v2.4.4'
export STORAGEOS_OPERATOR_LABEL='name=storageos-cluster-operator'
export STOS_NAMESPACE='kube-system'
export ETCD_NAMESPACE='storageos-etcd'
Expand Down

0 comments on commit 4810b08

Please sign in to comment.