Skip to content

Commit

Permalink
Bump v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
torchiaf committed May 23, 2024
1 parent 5083956 commit 08d98c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: v0.1.0
tag: v0.1.1
pullPolicy: Always
ports:
- port: 8082
Expand All @@ -239,7 +239,7 @@ console:
type: ClusterIP
image:
repository: ghcr.io/torchiaf/code-editor/console
tag: v0.1.0
tag: v0.1.1
pullPolicy: Always
env:
baseHref: "/code-editor/console/"
Expand Down
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": "1.0.0",
"version": "v0.1.1",
"description": "code-server deployed on kubernetes clusters, supporting multi-user and external authentication",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 08d98c8

Please sign in to comment.