Skip to content

Commit

Permalink
add k8sgpt tool
Browse files Browse the repository at this point in the history
  • Loading branch information
YuviGold committed Feb 22, 2024
1 parent 5148a93 commit 7be1620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mercado/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
GitHubTool('compose', labels=(Label.VIRT, Label.DOCKER, Label.ORCHESTRATE), repository='docker/compose',
target=Path(environ.get('DOCKER_CONFIG', Path.home() / ".docker")) / "cli-plugins/docker-compose"),
GitHubTool('k9s', labels=(Label.K8S,), repository='derailed/k9s'),
GitHubTool('k8sgpt', labels=(Label.K8S,), repository='k8sgpt-ai/k8sgpt'),
],

Hashicorp(): [
Expand Down

0 comments on commit 7be1620

Please sign in to comment.