Skip to content

Commit

Permalink
Bump v1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Torchia <[email protected]>
  • Loading branch information
torchiaf committed May 25, 2024
1 parent b1702c4 commit 4cf6d0c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions helm-charts/code-editor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ server:
tokenExpiration: 24
image:
repository: ghcr.io/torchiaf/code-editor/server
tag: v1.0.0
tag: v1.0.1
pullPolicy: Always
ports:
- port: 8082
Expand All @@ -239,7 +239,7 @@ console:
type: ClusterIP
image:
repository: ghcr.io/torchiaf/code-editor/console
tag: v1.0.0
tag: v1.0.1
pullPolicy: Always
env:
baseHref: "/code-editor/console/"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-editor",
"version": "v1.0.0",
"version": "v1.0.1",
"description": "code-server deployed on kubernetes clusters, supporting multi-user and external authentication",
"main": "index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@
}

.go-to-column {
padding: 10px 10px 0 0;
width: 0;
padding: 15px 50px 0 0;
}

.downloadFile {
Expand Down

0 comments on commit 4cf6d0c

Please sign in to comment.