We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8329a49 commit 6b746bbCopy full SHA for 6b746bb
bin/common.sh
@@ -10,8 +10,7 @@ LOG_LEVEL='--log-level warn'
10
11
# Common vars
12
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"
+readonly otomi_tools_image="otomi/core:latest"
15
16
# Mutliple files vars
17
readonly helmfile_output_hide="(^\W+$|skipping|basePath=)"
0 commit comments