Skip to content

Commit

Permalink
Fix octavia install.sh to use existing docker image (#24459)
Browse files Browse the repository at this point in the history
The current install script fails because the docker image version is not available.

Co-authored-by: sh4sh <6833405+sh4sh@users.noreply.github.com>
  • Loading branch information
Auric-Manteo and sh4sh authored Mar 24, 2023
1 parent 5f1eb87 commit a71a50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octavia-cli/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This install scripts currently only works for ZSH and Bash profiles.
# It creates an octavia alias in your profile bound to a docker run command and your current user.

VERSION=0.42.0
VERSION=0.42.1
OCTAVIA_ENV_FILE=${HOME}/.octavia

detect_profile() {
Expand Down

0 comments on commit a71a50f

Please sign in to comment.