diff --git a/chart/Chart.yaml b/chart/Chart.yaml index ea8fa91..736dfcb 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: devcontainer description: Dev Container with AI coding agents and MCP sidecars type: application -version: 0.4.0 +version: 0.4.1 appVersion: "latest" diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 2374433..352c101 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -238,9 +238,13 @@ spec: - name: playwright-mcp image: "{{ .Values.mcp.sidecars.playwright.image.repository }}:{{ .Values.mcp.sidecars.playwright.image.tag }}" imagePullPolicy: Always + command: ["node"] args: - - --transport - - sse + - cli.js + - --headless + - --browser + - chromium + - --no-sandbox - --port - {{ .Values.mcp.sidecars.playwright.port | quote }} ports: