Skip to content

Commit 876f0bf

Browse files
authored
Bump analytics version to latest public release (#1969)
Fixes OPS-3702.
1 parent 9619107 commit 876f0bf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.4
77+
image: public.ecr.aws/openops/openops-analytics:0.14.5
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
@@ -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}

deploy/helm/openops/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ tables:
117117
analytics:
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 }}"

0 commit comments

Comments
 (0)