File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: openopsdev
22services :
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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ engine:
9090tables :
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 }}"
You can’t perform that action at this time.
0 commit comments