Skip to content

Commit

Permalink
Bump up image versions to 1.3.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
lkrcal committed Nov 6, 2019
1 parent 46d5e17 commit ece000d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions start.sh
Expand Up @@ -93,9 +93,9 @@ startEnvironment() {

ENVIRONMENT=''
IOFOG_BUILD_NO_CACHE=''
AGENT_IMAGE='docker.io/iofog/agent:1.3.0-beta'
CONTROLLER_IMAGE='docker.io/iofog/controller:1.3.0-beta'
CONNECTOR_IMAGE='docker.io/iofog/connector:1.3.0-beta'
AGENT_IMAGE='docker.io/iofog/agent:1.3.0-rc1'
CONTROLLER_IMAGE='docker.io/iofog/controller:1.3.0-rc1'
CONNECTOR_IMAGE='docker.io/iofog/connector:1.3.0-rc1'
while [[ "$#" -ge 1 ]]; do
case "$1" in
-h|--help)
Expand Down

0 comments on commit ece000d

Please sign in to comment.