Skip to content

Commit 970aeb8

Browse files
authored
Bump tables version (#1629)
Fixes OPS-3008.
1 parent e3c6c1b commit 970aeb8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: openopsdev
22
services:
33
tables:
44
container_name: tables
5-
image: public.ecr.aws/openops/openops-tables:0.2.9
5+
image: public.ecr.aws/openops/openops-tables:0.2.10
66
environment:
77
BASEROW_PUBLIC_URL: ${OPS_OPENOPS_TABLES_PUBLIC_URL}
88
BASEROW_PRIVATE_URL: http://localhost:3001

deploy/docker-compose/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
environment:
2222
OPS_COMPONENT: app
2323
OPS_VERSION: ${OPS_VERSION:-latest}
24-
OPS_OPENOPS_TABLES_VERSION: 0.2.9
24+
OPS_OPENOPS_TABLES_VERSION: 0.2.10
2525
OPS_ANALYTICS_VERSION: 0.14.1
2626
depends_on:
2727
openops-tables:
@@ -47,7 +47,7 @@ services:
4747
- ${HOST_AZURE_CONFIG_DIR:-openops_azure_cli_data}:/tmp/azure
4848
- ${HOST_CLOUDSDK_CONFIG:-openops_gcloud_cli_data}:/tmp/gcloud
4949
openops-tables:
50-
image: public.ecr.aws/openops/openops-tables:0.2.9
50+
image: public.ecr.aws/openops/openops-tables:0.2.10
5151
restart: unless-stopped
5252
environment:
5353
BASEROW_PUBLIC_URL: ${OPS_OPENOPS_TABLES_PUBLIC_URL}

deploy/helm/openops/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ engine:
9090
tables:
9191
name: openops-tables
9292
image: openops-tables
93-
tag: "0.2.9"
93+
tag: "0.2.10"
9494
replicas: 1
9595
env:
9696
BASEROW_PUBLIC_URL: "{{ .Values.openopsEnv.OPS_OPENOPS_TABLES_PUBLIC_URL }}"

0 commit comments

Comments
 (0)