Skip to content

Commit 77c2a72

Browse files
Bump version and update README
1 parent f3d7d3f commit 77c2a72

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

charts/code-server/README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
66
on 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.
2727
To 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

3333
The 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-
5652
The following table lists the configurable parameters of the code-server chart
5753
and their default values.
5854

charts/code-server/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66

77
image:
88
repository: codercom/code-server
9-
tag: '3.5.0'
9+
tag: '3.6.2'
1010
pullPolicy: Always
1111

1212
imagePullSecrets: []

0 commit comments

Comments
 (0)