File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
# code-server
2
2
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 )
4
4
5
5
[ code-server] ( https://github.com/cdr/code-server ) code-server is VS Code running
6
6
on a remote server, accessible through the browser.
@@ -9,7 +9,7 @@ on a remote server, accessible through the browser.
9
9
10
10
``` console
11
11
$ git clone https://github.com/cdr/code-server.git
12
- $ helm install deployment/chart
12
+ $ helm install code-server/charts/code-server
13
13
```
14
14
15
15
## Introduction
@@ -27,7 +27,7 @@ package manager.
27
27
To install the chart with the release name ` my-release ` :
28
28
29
29
``` console
30
- $ helm install --name my-release deployment/chart
30
+ $ helm install --name my-release charts/code-server
31
31
```
32
32
33
33
The command deploys code-server on the Kubernetes cluster in the default
@@ -49,10 +49,6 @@ deletes the release.
49
49
50
50
## Configuration
51
51
52
- The following table lists the configurable parameters of the nginx-ingress chart
53
- and their default values.
54
-
55
-
56
52
The following table lists the configurable parameters of the code-server chart
57
53
and their default values.
58
54
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 1
6
6
7
7
image :
8
8
repository : codercom/code-server
9
- tag : ' 3.5.0 '
9
+ tag : ' 3.6.2 '
10
10
pullPolicy : Always
11
11
12
12
imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments