From 5c1093aa801a6accb98186b0ae70f76c658ff026 Mon Sep 17 00:00:00 2001 From: Jesse Hitch Date: Sun, 19 Jan 2025 17:43:02 +0100 Subject: [PATCH] Update README.md - note current issues --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cef72b1..67f49e6 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # Pixelfed helm chart
-A helm chart to setup [Pixelfed](https://pixelfed.org/). Uses @mattlqx's [docker image](https://ghcr.io/mattlqx/docker-pixelfed) for now pinned to the latest released version. You may want to set `image.tag="dev-nginx"` (built from the top of the pixelfed repo's dev branch nightly, so it always has the latest version of pixelfed - but maybe buggy) as it may solve issues you are having that are already fixed such as this [bug that was already patched](https://github.com/pixelfed/pixelfed/issues/5220#issuecomment-2599854479). +A helm chart to setup [Pixelfed](https://github.com/pixelfed/pixelfed), a federated social media app focused on photos. This chart is still in a testing phase and may not be fully stable yet. +Uses @mattlqx's [docker image](https://ghcr.io/mattlqx/docker-pixelfed) which is for now pinned to the latest _released_ version of Pixelfed. You may want to set `image.tag="dev-nginx"` (built from the top of the pixelfed repo's dev branch nightly, so it always has the latest version of pixelfed - but maybe buggy) as it may solve issues you are having that are already fixed such as this [bug that was already patched](https://github.com/pixelfed/pixelfed/issues/5220#issuecomment-2599854479). + ## Features - includes bitnami subcharts for [valkey](https://github.com/bitnami/charts/blob/main/bitnami/valkey/README.md#parameters) (redis) and [postgresql](https://github.com/bitnami/charts/blob/main/bitnami/postgresql/README.md#parameters) (database)