diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 0da9447..382c6ba 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: devcontainer description: Antigravity Dev Container with Happy Coder AI assistant type: application -version: 0.3.0 +version: 0.3.1 appVersion: "latest" diff --git a/chart/templates/service.yaml b/chart/templates/service.yaml index 3e571ba..839e76f 100644 --- a/chart/templates/service.yaml +++ b/chart/templates/service.yaml @@ -6,13 +6,13 @@ metadata: {{- include "antigravity.labels" . | nindent 4 }} spec: ports: - {{- if ne (.Values.ide | default "vscode") "none" }} + {{- if ne (.Values.ide.type | default "vscode") "none" }} - port: 5800 name: vnc-web protocol: TCP targetPort: vnc-web {{- end }} - {{- if .Values.ssh }} + {{- if .Values.ssh.enabled }} - port: 22 name: ssh protocol: TCP