File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ services:
7474 - ' redis_data:/data'
7575 analytics :
7676 container_name : analytics
77- image : public.ecr.aws/openops/openops-analytics:0.14.4
77+ image : public.ecr.aws/openops/openops-analytics:0.14.5
7878 ports : ['8088:8088']
7979 environment :
8080 DATABASE_DIALECT : ' postgresql'
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
2222 OPS_COMPONENT : app
2323 OPS_VERSION : ${OPS_VERSION:-latest}
2424 OPS_OPENOPS_TABLES_VERSION : 0.2.17
25- OPS_ANALYTICS_VERSION : 0.14.4
25+ OPS_ANALYTICS_VERSION : 0.14.5
2626 depends_on :
2727 openops-tables :
2828 condition : service_healthy
@@ -86,7 +86,7 @@ services:
8686 postgres :
8787 condition : service_healthy
8888 openops-analytics :
89- image : public.ecr.aws/openops/openops-analytics:0.14.4
89+ image : public.ecr.aws/openops/openops-analytics:0.14.5
9090 restart : unless-stopped
9191 environment :
9292 ADMIN_PASSWORD : ${OPS_ANALYTICS_ADMIN_PASSWORD}
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ tables:
117117analytics :
118118 name : openops-analytics
119119 image : openops-analytics
120- tag : " 0.14.4 "
120+ tag : " 0.14.5 "
121121 replicas : 1
122122 env :
123123 ADMIN_PASSWORD : " {{ .Values.openopsEnv.OPS_ANALYTICS_ADMIN_PASSWORD }}"
You can’t perform that action at this time.
0 commit comments