Skip to content

Commit

Permalink
Upgrade to crc v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morningspace committed Nov 24, 2019
1 parent 6804e98 commit e400cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/targets/kubernetes/crc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ INSTALL_HOME=$LAB_HOME/install
CACHE_HOME=$INSTALL_HOME/.launch-cache

CRC_INSTALL_HOME=$HOME/.crc
CRC_VERSION=${CRC_VERSION:-1.0.0}
CRC_VERSION=${CRC_VERSION:-1.1.0}
CRC_MEMORY=${CRC_MEMORY:-10240}
CRC_CPUS=${CRC_CPUS:-4}
CRC_USE_VIRTUALBOX=${CRC_USE_VIRTUALBOX:-}
Expand Down Expand Up @@ -111,7 +111,7 @@ EOF
fi
sudo systemctl reload nginx
else
target::log "This is only supported on Linux."
target::log "The proxy is only supported on Linux."
fi
}

Expand Down

0 comments on commit e400cef

Please sign in to comment.