Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
env/setup.sh: Use latest released s3gw-ui container
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Serong <tserong@suse.com>
  • Loading branch information
tserong committed Aug 8, 2022
1 parent 5bb980d commit 61ddbfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions env/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ has_image=false
s3gw_image="ghcr.io/aquarist-labs/s3gw:latest"

#this will likely change to have defaults as s3gw_image
use_local_image_s3exp=1
has_image_s3exp=true
s3gw_image_s3exp="localhost/s3gw-ui:latest"
use_local_image_s3exp=0
has_image_s3exp=false
s3gw_image_s3exp="ghcr.io/aquarist-labs/s3gw-ui:latest"

function info() {
echo "[INFO] $*" >/dev/stdout
Expand Down

0 comments on commit 61ddbfb

Please sign in to comment.