switch-to-buf #1

Merged
rmcguire merged 6 commits from switch-to-buf into main 2025-07-20 15:42:59 +00:00
16 changed files with 461 additions and 668 deletions
Showing only changes of commit 7930264f50 - Show all commits

View File

@ -78,6 +78,7 @@ rename:
@sed -i "s|^name: .*|name: $(APP)|g" helm/Chart.yaml
@sed -i "s|otelServiceName: .*|otelServiceName: $(APP)|g" helm/values.yaml
@sed -i "s|app=.*|app=$(APP)|g" helm/values.yaml
@sed -i "s|$(CMD_NAME)|$(APP)|g" README.md
@find . -type f -a \
\( -name '*.go' -o -name 'go.mod' \
-o -name 'go.sum' -o -name '*.proto' \