From 2e6bdebac5d5d06a21b53685747934bf126dd2ff Mon Sep 17 00:00:00 2001
From: "k8s-at-home[bot]" <k8s-at-home[bot]@users.noreply.github.com>
Date: Sat, 1 Jan 2022 14:45:42 +0000
Subject: [PATCH] Auto-generate chart README [no ci]

---
 charts/stable/webtrees/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/charts/stable/webtrees/README.md b/charts/stable/webtrees/README.md
index 717cb491..c961f120 100644
--- a/charts/stable/webtrees/README.md
+++ b/charts/stable/webtrees/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
 
 | Repository | Name | Version |
 |------------|------|---------|
-| https://charts.bitnami.com/bitnami | mariadb | 9.7.1 |
+| https://charts.bitnami.com/bitnami | mariadb | 10.2.0 |
 | https://library-charts.k8s-at-home.com | common | 4.2.0 |
 
 ## TL;DR
@@ -77,7 +77,7 @@ N/A
 
 | Key | Type | Default | Description |
 |-----|------|---------|-------------|
-| env | object | See below | environment variables. See [monica documentation](https://raw.githubusercontent.com/monicahq/monica/master/.env.example) for more details. |
+| env | object | See below | environment variables. See [webtrees-docker documentation](https://github.com/NathanVaughn/webtrees-docker#environment-variables) for more details. |
 | env.BASE_URL | string | `"https://webtrees.k8s-at-home.com"` | Base URL of the installation, with protocol. This needs to be in the form of http://webtrees.example.com |
 | env.DB_HOST | string | `nil` | Database hostname |
 | env.DB_NAME | string | `nil` | Database to connect to |