Skip to content

Commit 4cf6d0c

Browse files
committed
Bump v1.0.1
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
1 parent b1702c4 commit 4cf6d0c

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

helm-charts/code-editor/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ server:
222222
tokenExpiration: 24
223223
image:
224224
repository: ghcr.io/torchiaf/code-editor/server
225-
tag: v1.0.0
225+
tag: v1.0.1
226226
pullPolicy: Always
227227
ports:
228228
- port: 8082
@@ -239,7 +239,7 @@ console:
239239
type: ClusterIP
240240
image:
241241
repository: ghcr.io/torchiaf/code-editor/console
242-
tag: v1.0.0
242+
tag: v1.0.1
243243
pullPolicy: Always
244244
env:
245245
baseHref: "/code-editor/console/"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-editor",
3-
"version": "v1.0.0",
3+
"version": "v1.0.1",
44
"description": "code-server deployed on kubernetes clusters, supporting multi-user and external authentication",
55
"main": "index.js",
66
"scripts": {

src/console/src/app/components/dashboard/user/user-views/user-views.component.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@
124124
}
125125

126126
.go-to-column {
127-
padding: 10px 10px 0 0;
127+
width: 0;
128+
padding: 15px 50px 0 0;
128129
}
129130

130131
.downloadFile {

0 commit comments

Comments
 (0)