This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new 63ac4a8f chore: update image names (#2603)
63ac4a8f is described below
commit 63ac4a8f85f84f5b2bf85906a9b0af521c0fa198
Author: Hezheng Yin <[email protected]>
AuthorDate: Tue Jul 26 00:20:16 2022 -0700
chore: update image names (#2603)
---
docker-compose-temporal.yml | 8 ++++----
docker-compose.yml | 6 +++---
k8s-deploy.yaml | 6 +++---
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/docker-compose-temporal.yml b/docker-compose-temporal.yml
index d6dc618d..fa3030d9 100644
--- a/docker-compose-temporal.yml
+++ b/docker-compose-temporal.yml
@@ -29,7 +29,7 @@ services:
MYSQL_PASSWORD: merico
grafana:
- image: mericodev/grafana:latest
+ image: mericodev/devlake-dashboard:latest
build:
context: grafana/
ports:
@@ -49,7 +49,7 @@ services:
- mysql
devlake:
- image: mericodev/lake:latest
+ image: mericodev/devlake:latest
build:
context: "."
args:
@@ -69,7 +69,7 @@ services:
- TEMPORAL_URL=temporal:7233
devlake-worker:
- image: mericodev/lake:latest
+ image: mericodev/devlake:latest
build:
context: "."
args:
@@ -88,7 +88,7 @@ services:
- TEMPORAL_URL=temporal:7233
config-ui:
- image: mericodev/config-ui:latest
+ image: mericodev/devlake-config-ui:latest
build:
context: "config-ui"
ports:
diff --git a/docker-compose.yml b/docker-compose.yml
index 3ceadf97..434a4b97 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -42,7 +42,7 @@ services:
POSTGRES_PASSWORD: merico
grafana:
- image: mericodev/grafana:latest
+ image: mericodev/devlake-dashboard:latest
build:
context: grafana/
ports:
@@ -64,7 +64,7 @@ services:
- mysql
devlake:
- image: mericodev/lake:latest
+ image: mericodev/devlake:latest
build:
context: "."
args:
@@ -79,7 +79,7 @@ services:
- mysql
config-ui:
- image: mericodev/config-ui:latest
+ image: mericodev/devlake-config-ui:latest
build:
context: "config-ui"
ports:
diff --git a/k8s-deploy.yaml b/k8s-deploy.yaml
index 982c05f2..85aadcdf 100644
--- a/k8s-deploy.yaml
+++ b/k8s-deploy.yaml
@@ -98,7 +98,7 @@ spec:
spec:
containers:
- name: grafana
- image: mericodev/grafana:latest
+ image: mericodev/devlake-dashboard:latest
ports:
- containerPort: 3000
envFrom:
@@ -150,7 +150,7 @@ spec:
spec:
containers:
- name: config-ui
- image: mericodev/config-ui:latest
+ image: mericodev/devlake-config-ui:latest
ports:
- containerPort: 4000
envFrom:
@@ -201,7 +201,7 @@ spec:
spec:
containers:
- name: devlake
- image: mericodev/lake:latest
+ image: mericodev/devlake:latest
ports:
- containerPort: 8080
env: