Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hunhoffe authored Oct 24, 2022
1 parent 3870b33 commit 9ccd0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ apply_calico() {
fi
printf "%s: %s\n" "$(date +"%T.%N")" "Loaded helm calico repo"

helm install calico projectcalico/tigera-operator --version v3.24.0 >> $INSTALL_DIR/calico_install.log 2>&1
helm install calico projectcalico/tigera-operator --version v3.22.0 >> $INSTALL_DIR/calico_install.log 2>&1
if [ $? -ne 0 ]; then
echo "***Error: Error when installing calico with helm. Log appended to $INSTALL_DIR/calico_install.log"
exit 1
Expand Down

0 comments on commit 9ccd0ab

Please sign in to comment.