mirror of https://git.tuxpa.in/a/code-server.git
Bump version and update README
This commit is contained in:
parent
f3d7d3f616
commit
77c2a72cf8
|
@ -1,6 +1,6 @@
|
||||||
# code-server
|
# code-server
|
||||||
|
|
||||||
![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)
|
![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)
|
||||||
|
|
||||||
[code-server](https://github.com/cdr/code-server) code-server is VS Code running
|
[code-server](https://github.com/cdr/code-server) code-server is VS Code running
|
||||||
on a remote server, accessible through the browser.
|
on a remote server, accessible through the browser.
|
||||||
|
@ -9,7 +9,7 @@ on a remote server, accessible through the browser.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ git clone https://github.com/cdr/code-server.git
|
$ git clone https://github.com/cdr/code-server.git
|
||||||
$ helm install deployment/chart
|
$ helm install code-server/charts/code-server
|
||||||
```
|
```
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
@ -27,7 +27,7 @@ package manager.
|
||||||
To install the chart with the release name `my-release`:
|
To install the chart with the release name `my-release`:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ helm install --name my-release deployment/chart
|
$ helm install --name my-release charts/code-server
|
||||||
```
|
```
|
||||||
|
|
||||||
The command deploys code-server on the Kubernetes cluster in the default
|
The command deploys code-server on the Kubernetes cluster in the default
|
||||||
|
@ -49,10 +49,6 @@ deletes the release.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
The following table lists the configurable parameters of the nginx-ingress chart
|
|
||||||
and their default values.
|
|
||||||
|
|
||||||
|
|
||||||
The following table lists the configurable parameters of the code-server chart
|
The following table lists the configurable parameters of the code-server chart
|
||||||
and their default values.
|
and their default values.
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: codercom/code-server
|
repository: codercom/code-server
|
||||||
tag: '3.5.0'
|
tag: '3.6.2'
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
|
|
Loading…
Reference in New Issue