Skip to content

Commit

Permalink
add support for upgrading edge cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrr committed Jan 29, 2024
1 parent c5089f6 commit d60081c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade_edge/upgrade_edge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#TALOS_VERSION="v1.5.5"
#UPGRADE_KUBERENTES="true"

if [[ "$UPGRADE_KUBERNETES" != "true" ]] || [[ "$UPGRADE_TALOS" != "true" ]] ; then
if [[ "$UPGRADE_KUBERNETES" != "true" ]] && [[ "$UPGRADE_TALOS" != "true" ]]; then
echo "None of the variables UPGRADE_KUBERNETES or UPGRADE_TALOS has been set to true (true as a string, not a boolean), exiting without any upgrading"
echo $UPGRADE_KUBERENTES
echo $UPGRADE_TALOS
Expand Down

0 comments on commit d60081c

Please sign in to comment.