Skip to content

Commit 08d98c8

Browse files
committed
Bump v0.1.1
1 parent 5083956 commit 08d98c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: v0.1.0
225+
tag: v0.1.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: v0.1.0
242+
tag: v0.1.1
243243
pullPolicy: Always
244244
env:
245245
baseHref: "/code-editor/console/"

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": "1.0.0",
3+
"version": "v0.1.1",
44
"description": "code-server deployed on kubernetes clusters, supporting multi-user and external authentication",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)