Skip to content

Commit 3ab64d6

Browse files
authored
Bump analytics version to latest public release (#2191)
Fixes OPS-4035.
1 parent 5cf2823 commit 3ab64d6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.6
77+
image: public.ecr.aws/openops/openops-analytics:0.14.7
7878
ports: ['8088:8088']
7979
environment:
8080
DATABASE_DIALECT: 'postgresql'

deploy/docker-compose/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
OPS_COMPONENT: app
2525
OPS_VERSION: ${OPS_VERSION:-latest}
2626
OPS_OPENOPS_TABLES_VERSION: 0.2.17
27-
OPS_ANALYTICS_VERSION: 0.14.6
27+
OPS_ANALYTICS_VERSION: 0.14.7
2828
depends_on:
2929
openops-tables:
3030
condition: service_healthy
@@ -88,7 +88,7 @@ services:
8888
postgres:
8989
condition: service_healthy
9090
openops-analytics:
91-
image: public.ecr.aws/openops/openops-analytics:0.14.6
91+
image: public.ecr.aws/openops/openops-analytics:0.14.7
9292
restart: unless-stopped
9393
environment:
9494
ADMIN_PASSWORD: ${OPS_ANALYTICS_ADMIN_PASSWORD}

0 commit comments

Comments
 (0)