Bump version and update README

This commit is contained in:
Matthew Beckett 2020-11-10 20:07:38 +00:00
parent f3d7d3f616
commit 77c2a72cf8
No known key found for this signature in database
GPG Key ID: 1DE03C2794E6CFBC
2 changed files with 4 additions and 8 deletions

View File

@ -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.

View File

@ -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: []