2 Commits

Author SHA1 Message Date
c539865eb8 Merge branch 'development'
All checks were successful
Build and Publish / check-chart (push) Successful in 38s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / container-images (push) Successful in 2m35s
Build and Publish / go-binaries (push) Successful in 3m17s
2025-08-14 16:07:55 -04:00
214d5d76c3 fix schema exit code 2025-08-14 16:07:44 -04:00

View File

@@ -61,7 +61,7 @@ func main() {
// Print schema if that's all we have to do
if flagSchema {
printSchema()
os.Exit(1)
os.Exit(0)
}
// Prepare app