Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/pages/docs/charts/medikeep.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@ Deploy [MediKeep](https://github.com/afairgiant/MediKeep) on Kubernetes as a sel

## Overview

The HelmForge MediKeep chart uses the official `ghcr.io/afairgiant/medikeep:v0.67.0` image. The container serves the React frontend and FastAPI backend on port `8000`, stores structured records in PostgreSQL, and writes files under `/app/uploads`, `/app/backups`, and `/app/logs`.
The HelmForge MediKeep chart uses the official `ghcr.io/afairgiant/medikeep:v0.68.0` image. The container serves the React frontend and FastAPI backend on port `8000`, stores structured records in PostgreSQL, and writes files under `/app/uploads`, `/app/backups`, and `/app/logs`.

MediKeep handles personal health data. Treat the PostgreSQL database, uploads PVC, backups PVC, logs, and runtime Secrets as sensitive.

MediKeep `v0.68.0` adds medication reminder configuration and test reminders,
Chikungunya vaccine support, stacked lab result views, and practitioner entry
improvements. It also fixes reference range validation, immunization history
linking, condition lab result visibility, and a migration file ID overlap. Back
up PostgreSQL and uploaded records before upgrading.

## Configuration Reference

Core runtime:
Expand Down