Skip to content

Commit ed952dc

Browse files
committed
chore: rename repo for migrator to signoz schema migrator
1 parent 7c7b88c commit ed952dc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
COMMIT_SHA ?= $(shell git rev-parse HEAD)
22
REPONAME ?= signoz
33
IMAGE_NAME ?= signoz-otel-collector
4-
MIGRATOR_IMAGE_NAME ?= signoz-otel-collector-migrator
4+
MIGRATOR_IMAGE_NAME ?= signoz-schema-migrator
55
CONFIG_FILE ?= ./config/default-config.yaml
66
DOCKER_TAG ?= latest
77

example/docker-compose.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ version: "3.8"
22

33
services:
44
otel-collector-migrator:
5-
image: signoz/signoz-otel-collector-migrator:templatize-migrations
6-
container_name: otel-migrator
5+
image: signoz/signoz-schema-migrator:templatize-migrations
76
extra_hosts:
87
- signoz-host:host-gateway
98
command:

0 commit comments

Comments
 (0)