File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ LOG_LEVEL='--log-level warn'
10
10
11
11
# Common vars
12
12
readonly otomi_settings=" $ENV_DIR /env/settings.yaml"
13
- readonly otomi_core_version=$( cat package.json | jq -r ' .version' )
13
+ readonly otomi_core_version=$( cat ${APP_HOME :- ' . ' } / package.json | jq -r ' .version' )
14
14
readonly otomi_tools_image=" otomi/core:v$otomi_core_version "
15
15
16
16
# Mutliple files vars
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ resources:
22
22
image:
23
23
registry: eu.gcr.io
24
24
repository: otomi-cloud/otomi-api
25
- tag: {{ $o | get "image.tag" "v0.4.49 " }}
25
+ tag: {{ $o | get "image.tag" "v0.4.65 " }}
26
26
pullPolicy: {{ $o | get "image.pullPolicy" "IfNotPresent" }}
27
27
28
28
secrets:
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ resources:
39
39
image:
40
40
registry: docker.io
41
41
repository: otomi/console
42
- tag: {{ $o | get "image.tag" "v0.4.44 " }}
42
+ tag: {{ $o | get "image.tag" "v0.4.50 " }}
43
43
pullPolicy: {{ $o | get "image.pullPolicy" "IfNotPresent" }}
44
44
45
45
env:
You can’t perform that action at this time.
0 commit comments