diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 185b86d..46c85fc 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: lunarfront description: LunarFront small business management platform type: application -version: 0.1.0 -appVersion: "0.0.0" +version: 0.0.27 +appVersion: "0.0.27" diff --git a/chart/values.yaml b/chart/values.yaml index 1d64d35..8a54bde 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1,7 +1,7 @@ backend: image: repository: registry.digitalocean.com/lunarfront/lunarfront-app - tag: latest + tag: 0.0.27 pullPolicy: Always port: 8000 resources: @@ -15,7 +15,7 @@ backend: frontend: image: repository: registry.digitalocean.com/lunarfront/lunarfront-frontend - tag: latest + tag: 0.0.27 pullPolicy: Always port: 80 resources: diff --git a/packages/backend/package.json b/packages/backend/package.json index efd0a65..05cb8da 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,6 +1,6 @@ { "name": "@lunarfront/backend", - "version": "0.0.26", + "version": "0.0.27", "private": true, "type": "module", "scripts": {