From 08d98c896c572df38e9dbe09fd76aa1495a51c1e Mon Sep 17 00:00:00 2001 From: Francesco Torchia Date: Thu, 23 May 2024 22:14:12 +0200 Subject: [PATCH] Bump v0.1.1 --- helm-charts/code-editor/values.yaml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm-charts/code-editor/values.yaml b/helm-charts/code-editor/values.yaml index acddba0..729c632 100644 --- a/helm-charts/code-editor/values.yaml +++ b/helm-charts/code-editor/values.yaml @@ -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 @@ -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/" diff --git a/package.json b/package.json index 7ee4728..e05446d 100644 --- a/package.json +++ b/package.json @@ -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": {