Hello guys, curious question, which are the best p...
# general
a
Hello guys, curious question, which are the best practices to version Signoz config files? Is better to clone all Signoz application repository and then pushed to my private repo ? or just keep and git the deploy/ folder ?
v
@Prashant Shahi Will be best person to answer this
p
Hello @Angeles MP 👋 You can
git checkout
to release branch or tags and observe the version of the components in `docker-compose.yaml`: signoz (frontend, query-service), signoz alertmanager, signoz otel-collector, clickhouse, and zookeeper.
release branch will look like
release/v0.18.2
while the tag will look like
v0.18.2
a
Thanks a lot for the infos !