File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 11# code-server
22
3- ![ Version: 1.0.0] ( https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.5.0 ] ( https://img.shields.io/badge/AppVersion-3.5.0 -informational?style=flat-square )
3+ ![ Version: 1.0.0] ( https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.6.2 ] ( https://img.shields.io/badge/AppVersion-3.6.2 -informational?style=flat-square )
44
55[ code-server] ( https://github.com/cdr/code-server ) code-server is VS Code running
66on a remote server, accessible through the browser.
@@ -9,7 +9,7 @@ on a remote server, accessible through the browser.
99
1010``` console
1111$ git clone https://github.com/cdr/code-server.git
12- $ helm install deployment/chart
12+ $ helm install code-server/charts/code-server
1313```
1414
1515## Introduction
@@ -27,7 +27,7 @@ package manager.
2727To install the chart with the release name ` my-release ` :
2828
2929``` console
30- $ helm install --name my-release deployment/chart
30+ $ helm install --name my-release charts/code-server
3131```
3232
3333The command deploys code-server on the Kubernetes cluster in the default
@@ -49,10 +49,6 @@ deletes the release.
4949
5050## Configuration
5151
52- The following table lists the configurable parameters of the nginx-ingress chart
53- and their default values.
54-
55-
5652The following table lists the configurable parameters of the code-server chart
5753and their default values.
5854
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 1
66
77image :
88 repository : codercom/code-server
9- tag : ' 3.5.0 '
9+ tag : ' 3.6.2 '
1010 pullPolicy : Always
1111
1212imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments