@@ -19,7 +19,7 @@ services:
19
19
API_GATEWAY_HTTP_PORT : ' 8080'
20
20
GRPC_PORT : ' 9091'
21
21
HTTP_PORT : ' 9090'
22
- image : hydrosphere/serving-gateway:3.0.2
22
+ image : hydrosphere/serving-gateway:3.0.3
23
23
networks :
24
24
hydronet : {}
25
25
ports :
@@ -49,7 +49,7 @@ services:
49
49
MONGO_URL : mongodb
50
50
MONGO_USER : root
51
51
S3_ENDPOINT : http://minio:9000
52
- image : hydrosphere/hydro-auto-od:a1b00ecea5dca02e68d532bfedd6dd85ae08147b
52
+ image : hydrosphere/hydro-auto-od:3.0.3
53
53
networks :
54
54
extnet : {}
55
55
hydronet : {}
@@ -58,7 +58,7 @@ services:
58
58
depends_on :
59
59
postgres :
60
60
condition : service_started
61
- image : hydrosphere/serving-manager:3.0.2
61
+ image : hydrosphere/serving-manager:3.0.3
62
62
networks :
63
63
extnet : {}
64
64
hydronet : {}
@@ -101,7 +101,7 @@ services:
101
101
STAT_PORT : ' 5000'
102
102
VISUALIZATION_HOST : visualization
103
103
VISUALIZATION_HTTP_PORT : ' 5000'
104
- image : hydrosphere/hydro-serving-ui:64a4ae97553f3765d2dbe9591805a3f6fe7a03ac
104
+ image : hydrosphere/hydro-serving-ui:3.0.3
105
105
networks :
106
106
extnet : {}
107
107
hydronet : {}
@@ -181,7 +181,7 @@ services:
181
181
MONGO_USER : root
182
182
ROOTCAUSE_DB_NAME : rootcause
183
183
S3_ENDPOINT : http://minio:9000
184
- image : hydrosphere/hydro-root-cause:3ea2acc1bafeff30e5bff776af3d8421b3e5ca1b
184
+ image : hydrosphere/hydro-root-cause:3.0.3
185
185
networks :
186
186
extnet : {}
187
187
hydronet : {}
@@ -209,7 +209,7 @@ services:
209
209
MONGO_USER : root
210
210
ROOTCAUSE_DB_NAME : rootcause
211
211
S3_ENDPOINT : http://minio:9000
212
- image : hydrosphere/hydro-root-cause:3ea2acc1bafeff30e5bff776af3d8421b3e5ca1b
212
+ image : hydrosphere/hydro-root-cause:3.0.3
213
213
networks :
214
214
hydronet : {}
215
215
serving-sonar :
@@ -238,7 +238,7 @@ services:
238
238
STORAGE_PATH_STYLE_ACCESS : " true"
239
239
STORAGE_S3_IMPL : org.apache.hadoop.fs.s3a.S3AFileSystem
240
240
STORAGE_SECRET_KEY : minio123
241
- image : hydrosphere/sonar:3.0.2
241
+ image : hydrosphere/sonar:3.0.3
242
242
networks :
243
243
extnet : {}
244
244
hydronet : {}
@@ -263,7 +263,7 @@ services:
263
263
MONGO_URL : mongodb
264
264
MONGO_USER : root
265
265
S3_ENDPOINT : http://minio:9000
266
- image : hydrosphere/hydro-stat:a894cc88921bd17bc69aca9b638a24953e445716
266
+ image : hydrosphere/hydro-stat:3.0.3
267
267
networks :
268
268
extnet : {}
269
269
hydronet : {}
@@ -291,7 +291,7 @@ services:
291
291
MONGO_URL : mongodb
292
292
MONGO_USER : root
293
293
SECURE : " False"
294
- image : hydrosphere/hydro-visualization:345d63abfa9a3f93540b1016c2e8f858bf1eace7
294
+ image : hydrosphere/hydro-visualization:3.0.3
295
295
networks :
296
296
extnet : {}
297
297
hydronet : {}
@@ -320,7 +320,7 @@ services:
320
320
MONGO_URL : mongodb
321
321
MONGO_USER : root
322
322
SECURE : " False"
323
- image : hydrosphere/hydro-visualization:345d63abfa9a3f93540b1016c2e8f858bf1eace7
323
+ image : hydrosphere/hydro-visualization:3.0.3
324
324
networks :
325
325
hydronet : {}
326
326
version : ' 3.5'
0 commit comments