Skip to content

Commit 8a89675

Browse files
committed
chore: test run commit
1 parent 1a13e85 commit 8a89675

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

scripts/generate-api-docs.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ for spec_file in $spec_files; do
277277
"original_file": "${relative_path}"
278278
},
279279
EOF
280-
((total_apis++))
281280
fi
282281
done
283282

specs/resourceRecommendation/ClusterResourceRecommendation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.1.0
22
info:
33
title: Resource Recommender
44
description: Analyzes the history of resource usage (such as CPU and memory) for Kubernetes workloads in a specific cluster and generates data-backed recommendations for optimal resource allocation.
5-
version: 0.0.1
5+
version: 0.0.2
66
servers:
77
- url: http://localhost:8080/orchestrator
88
description: Devtron API Server

0 commit comments

Comments
 (0)