Skip to content

Commit 6b746bb

Browse files
author
Maurice Faber
committed
chore(release): 0.13.9
1 parent 8329a49 commit 6b746bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/common.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ LOG_LEVEL='--log-level warn'
1010

1111
# Common vars
1212
readonly otomi_settings="$ENV_DIR/env/settings.yaml"
13-
readonly otomi_core_version=$(cat ${APP_HOME:-'.'}/package.json | jq -r '.version')
14-
readonly otomi_tools_image="otomi/core:v$otomi_core_version"
13+
readonly otomi_tools_image="otomi/core:latest"
1514

1615
# Mutliple files vars
1716
readonly helmfile_output_hide="(^\W+$|skipping|basePath=)"

0 commit comments

Comments
 (0)