diff --git a/apps/go/meowbot/project.json b/apps/go/meowbot/project.json index bc54862..fca7681 100644 --- a/apps/go/meowbot/project.json +++ b/apps/go/meowbot/project.json @@ -75,6 +75,9 @@ "preset": "conventionalcommits", "postTargets": ["build-image", "update-app"] } + }, + "update-app": { + "command": "bash tools/update-app.sh charts/meowbot/Chart.yaml {version} {projectName}" } } }