Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions charts/medikeep/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: medikeep
description: Self-hosted personal medical records manager with PostgreSQL persistence
type: application
version: 1.0.2
appVersion: "0.67.0"
appVersion: "0.68.0"
kubeVersion: ">=1.26.0-0"
home: https://helmforge.dev/docs/charts/medikeep
sources:
Expand All @@ -25,8 +25,8 @@ maintainers:
icon: https://helmforge.dev/icons/charts/medikeep.png
annotations:
artifacthub.io/changes: |
- kind: fixed
description: "align chart with helmforge standards (#632)"
- kind: changed
description: "bump medikeep to 0.68.0 (#697)"
artifacthub.io/category: skip-prediction
artifacthub.io/license: Apache-2.0
artifacthub.io/prerelease: "false"
Expand Down
4 changes: 2 additions & 2 deletions charts/medikeep/DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Scaling above one pod is blocked because MediKeep writes uploads and generated b
The chart uses the official upstream image:

```text
ghcr.io/afairgiant/medikeep:v0.67.0
ghcr.io/afairgiant/medikeep:v0.68.0
```

The tag maps to the upstream `v0.67.0` release and publishes Linux `amd64` and `arm64` manifests.
The tag maps to the upstream `v0.68.0` release and publishes Linux `amd64` and `arm64` manifests.

## Database

Expand Down
11 changes: 10 additions & 1 deletion charts/medikeep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@

Deploy [MediKeep](https://github.com/afairgiant/MediKeep), a self-hosted personal medical records application built with React and FastAPI.

This chart packages the official `ghcr.io/afairgiant/medikeep:v0.67.0` image with PostgreSQL, persistent uploads and backups,
This chart packages the official `ghcr.io/afairgiant/medikeep:v0.68.0` image with PostgreSQL, persistent uploads and backups,
Kubernetes Ingress, Gateway API, NetworkPolicy, and External Secrets Operator integration.

## Upgrade Notes

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

## Install

```bash
Expand Down
2 changes: 1 addition & 1 deletion charts/medikeep/tests/templates_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tests:
of: Deployment
- equal:
path: spec.template.spec.containers[0].image
value: ghcr.io/afairgiant/medikeep:v0.67.0
value: ghcr.io/afairgiant/medikeep:v0.68.0
- equal:
path: spec.strategy.type
value: Recreate
Expand Down
2 changes: 1 addition & 1 deletion charts/medikeep/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ image:
# -- Official MediKeep container image repository.
repository: ghcr.io/afairgiant/medikeep
# -- Pinned MediKeep image tag. Floating tags such as latest are not used by default.
tag: "v0.67.0"
tag: "v0.68.0"
# -- Kubernetes image pull policy.
pullPolicy: IfNotPresent

Expand Down