TLDR Angeles asks about best practices for versioning Signoz config files. Prashant suggests checking out release branches or tags and examining components in `docker-compose.yaml`.
Prashant Will be best person to answer this
Hello Angeles :wave: 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`
Thanks a lot for the infos !
Angeles
Wed, 03 May 2023 12:36:32 UTCHello 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 *?*