Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
aa39284
feat: add core Helm chart structure with comprehensive values schema
rr-paras-patel Aug 22, 2025
9787f1c
feat: add core Kubernetes resource templates
rr-paras-patel Aug 22, 2025
fdde569
feat: implement multi-cloud kubeconfig fetching with retry logic
rr-paras-patel Aug 22, 2025
c74ebec
feat: add service and ingress templates for MCP server exposure
rr-paras-patel Aug 22, 2025
f13fe6f
feat: implement flexible NetworkPolicy with default deny security
rr-paras-patel Aug 22, 2025
ff8f48e
feat: add high availability and auto-scaling support
rr-paras-patel Aug 22, 2025
df8e718
feat: add comprehensive Helm test suite
rr-paras-patel Aug 22, 2025
c1a9cea
docs: add production examples and comprehensive installation guide
rr-paras-patel Aug 22, 2025
e871c66
fix: helm chart
rr-krupesh-savaliya Sep 16, 2025
ba53547
fix: helm deployment and configmap for init containers
rr-krupesh-savaliya Sep 16, 2025
95d3d95
fix: example values
rr-krupesh-savaliya Sep 16, 2025
1ce230a
fix: example values
rr-krupesh-savaliya Sep 16, 2025
5c73639
fix: add assume-role support for generating kubeconfig in multi-accou…
rr-krupesh-savaliya Oct 6, 2025
c1a6e59
fix: example values files
rr-krupesh-savaliya Oct 6, 2025
8fc7d14
fix: remove Azure support from kubeconfig and related configurations
rr-paras-patel Oct 19, 2025
c767278
fix: remove Azure support from kubeconfig and related test scripts
rr-paras-patel Oct 19, 2025
e9814e4
feat: add examples for custom, generic, and URL-based kubeconfig conf…
rr-paras-patel Oct 19, 2025
79e6cf1
fix: add architecture property to image schema in values.yaml
rr-paras-patel Oct 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: v2
name: mcp-server-kubernetes
description: MCP server for interacting with Kubernetes clusters
type: application
version: 2.8.0
appVersion: "2.8.0"
home: https://github.com/Flux159/mcp-server-kubernetes
sources:
- https://github.com/Flux159/mcp-server-kubernetes
maintainers:
- name: Flux159, Paras Patel
keywords:
- mcp
- kubernetes
- kubectl
- k8s
- eks
- gke
annotations:
category: Infrastructure
Loading