15 Commits

Author SHA1 Message Date
Tuan-Dat Tran
a1b29e56dc feat(helm): add post-install notes 2026-02-24 01:10:13 +01:00
Tuan-Dat Tran
9b2f444cf3 fix(helm): reorder ingress paths for correct routing 2026-02-24 00:48:12 +01:00
Tuan-Dat Tran
7f636475c7 feat(helm): add Ingress template 2026-02-24 00:36:43 +01:00
Tuan-Dat Tran
4ee97ed767 feat(helm): add frontend Deployment and Service templates 2026-02-24 00:34:03 +01:00
Tuan-Dat Tran
613f0774d2 feat(helm): add backend Deployment and Service templates 2026-02-24 00:26:55 +01:00
Tuan-Dat Tran
d19cd03b31 feat(helm): add PersistentVolumeClaim template 2026-02-24 00:20:31 +01:00
Tuan-Dat Tran
bf3c581da8 fix(helm): prevent JWT secret regeneration on upgrade 2026-02-24 00:03:23 +01:00
Tuan-Dat Tran
5c28b5c4fd feat(helm): add Secret template for JWT 2026-02-23 23:45:30 +01:00
Tuan-Dat Tran
72043dd4f1 feat(helm): add ConfigMap template 2026-02-23 23:29:35 +01:00
Tuan-Dat Tran
6af7150eb6 feat(helm): add default values configuration 2026-02-23 23:26:38 +01:00
Tuan-Dat Tran
3d2d2850f1 feat(helm): add template helpers 2026-02-23 23:23:26 +01:00
Tuan-Dat Tran
44fa18d346 feat(helm): add chart structure and metadata 2026-02-23 23:20:05 +01:00
Tuan-Dat Tran
2986b1ceb1 chore: ignore .worktrees directory 2026-02-23 23:18:46 +01:00
Tuan-Dat Tran
8a1fd511db docs: add Helm chart implementation plan 2026-02-23 23:08:40 +01:00
Tuan-Dat Tran
3f53193845 docs: add Helm chart design and implementation plan 2026-02-23 23:08:30 +01:00
6 changed files with 13 additions and 34 deletions

View File

@@ -2,24 +2,6 @@
All notable changes to this project will be documented in this file.
## [1.1.0](https://git.seyshiro.de/tudattr/kilo-cv/compare/v1.0.4...v1.1.0) (2026-02-25)
### Features
* Add Helm chart for Kubernetes deployment ([#1](https://git.seyshiro.de/tudattr/kilo-cv/issues/1)) ([8deb3dc](https://git.seyshiro.de/tudattr/kilo-cv/commit/8deb3dcd9fcacfacd29ffe7b6dc7862ac9c48267)), closes [CONTRIBUTING.md#commit-guidelines](https://git.seyshiro.de/tudattr/CONTRIBUTING.md/issues/commit-guidelines)
## [1.0.4](https://git.seyshiro.de/tudattr/kilo-cv/compare/v1.0.3...v1.0.4) (2026-02-23)
### Bug Fixes
* **ci:** disable docker jobs due to missing docker in gitea runner ([bd44ea4](https://git.seyshiro.de/tudattr/kilo-cv/commit/bd44ea42d76fe8f177accf039da8a37975436748))
### Documentation
* add architecture documentation ([8d7000e](https://git.seyshiro.de/tudattr/kilo-cv/commit/8d7000eb31d0417ed3318111aa64160306915b3c))
* update all markdown documentation ([d73e876](https://git.seyshiro.de/tudattr/kilo-cv/commit/d73e8769c0207a248cf57898f2e20122c195a0b1))
* update release-engineering documentation ([dd3b83f](https://git.seyshiro.de/tudattr/kilo-cv/commit/dd3b83f7e11fc0680e491615957963ce7b9dd842))
## [1.0.3](https://git.seyshiro.de/tudattr/kilo-cv/compare/v1.0.2...v1.0.3) (2026-02-23)
### Performance Improvements

View File

@@ -1,4 +1,4 @@
FROM node:25-alpine as build
FROM node:20-alpine as build
WORKDIR /app

View File

@@ -1,4 +1,4 @@
FROM node:25-slim
FROM node:20-slim
WORKDIR /app

View File

@@ -9,9 +9,9 @@
"test:watch": "vitest"
},
"dependencies": {
"better-sqlite3": "^12.0.0",
"better-sqlite3": "^11.7.0",
"cors": "^2.8.5",
"express": "^5.0.0",
"express": "^4.21.2",
"knex": "^3.1.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"

View File

@@ -1,7 +1,7 @@
{
"name": "cv-app",
"private": true,
"version": "1.1.0",
"version": "1.0.3",
"type": "module",
"scripts": {
"dev": "vite",
@@ -32,15 +32,15 @@
],
"dependencies": {
"framer-motion": "^12.34.1",
"lucide-react": "^0.577.0",
"lucide-react": "^0.574.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router-dom": "^7.13.0"
},
"devDependencies": {
"@commitlint/cli": "^21.0.0",
"@commitlint/cli": "^20.4.2",
"@commitlint/config-conventional": "^20.4.2",
"@eslint/js": "^10.0.0",
"@eslint/js": "^9.39.1",
"@lhci/cli": "^0.15.1",
"@playwright/test": "^1.58.2",
"@semantic-release/changelog": "^6.0.3",
@@ -51,24 +51,24 @@
"@testing-library/react": "^16.3.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.0",
"@vitejs/plugin-react": "^5.1.1",
"@vitest/coverage-v8": "^4.0.18",
"autoprefixer": "^10.4.24",
"better-sqlite3": "^12.6.2",
"bundlesize": "^0.18.2",
"cors": "^2.8.6",
"eslint": "^10.0.0",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.0",
"eslint-plugin-react-refresh": "^0.4.24",
"express": "^5.2.1",
"globals": "^17.0.0",
"globals": "^16.5.0",
"husky": "^9.1.7",
"jsdom": "^28.1.0",
"postcss": "^8.5.6",
"semantic-release": "^25.0.3",
"supertest": "^7.2.2",
"tailwindcss": "^4.1.18",
"vite": "^8.0.0",
"vite": "^7.3.1",
"vitest": "^4.0.18"
}
}

View File

@@ -1,3 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}