Skip to content

Commit

Permalink
Cosmetic; Bump version 0.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Torchia <[email protected]>
  • Loading branch information
torchiaf committed May 23, 2024
1 parent f99f497 commit 72b2076
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.1
tag: v0.1.2
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.1
tag: v0.1.2
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": "v0.1.1",
"version": "v0.1.2",
"description": "code-server deployed on kubernetes clusters, supporting multi-user and external authentication",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 72b2076

Please sign in to comment.