From 35cd39c71e11d8e2dc5b26437647f24852ffcebb Mon Sep 17 00:00:00 2001 From: Jesse Hitch Date: Mon, 30 Dec 2024 00:02:31 +0100 Subject: [PATCH] Update README.md give more info on why we're doing this --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7a1789..abb9a63 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ # Pixelfed helm chart
-A helm chart to setup [Pixelfed](https://pixelfed.org/). Uses matt's docker [image](ghcr.io/mattlqx/docker-pixelfed) for now. +A helm chart to setup [Pixelfed](https://pixelfed.org/). Uses matt's docker [image](ghcr.io/mattlqx/docker-pixelfed) for now. This is still in a testing phase and may not be stable. +## Features + +- includes subcharts for valkey (redis) and postgresql (database) +- helm parameter docs autogenerated via helm-docs +- use existing Secrets for valkey, postgresql, and smtp +- RenovateBot keeps the subcharts and docker image up to date ## TLDR