2 Commits

Author SHA1 Message Date
2de398032c update TODO
All checks were successful
Build and Publish / release (push) Has been skipped
Build and Publish / check-chart (push) Successful in 9s
Build and Publish / helm-release (push) Has been skipped
2025-03-31 16:50:45 -04:00
6374aabd64 fix package name
All checks were successful
Build and Publish / check-chart (push) Successful in 13s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / release (push) Successful in 4m28s
2025-03-31 16:40:20 -04:00
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.PHONY: all test build docker install clean proto check_protoc .PHONY: all test build docker install clean proto check_protoc
CMD_NAME := demo-app CMD_NAME := go-server-with-otel
VERSION ?= development VERSION ?= development
API_DIR := api/ API_DIR := api/
PROTO_DIRS := $(wildcard proto/demo/app/*) # TODO: Update path (probably not demo) PROTO_DIRS := $(wildcard proto/demo/app/*) # TODO: Update path (probably not demo)

View File

@ -1,5 +1,7 @@
# Demo app TODO # Demo app TODO
- [ ] Update README for tagging/versioning/pipeline info
- [ ] Add helm external secrets support
- [x] Rename project - [x] Rename project
- [x] Finish grpc sample implementation - [x] Finish grpc sample implementation
- [x] Add Dockerfile - [x] Add Dockerfile