From 883fd71ae8cb3126db8231c0381a219e0fef9035 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 21 Oct 2024 20:26:35 +0000 Subject: [PATCH] helm-docs: automated action --- charts/mastodon/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/charts/mastodon/README.md b/charts/mastodon/README.md index 9d247cb..3fc2418 100644 --- a/charts/mastodon/README.md +++ b/charts/mastodon/README.md @@ -1,6 +1,6 @@ # mastodon -![Version: 9.3.0](https://img.shields.io/badge/Version-9.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.3.1](https://img.shields.io/badge/AppVersion-v4.3.1-informational?style=flat-square) +![Version: 9.4.0](https://img.shields.io/badge/Version-9.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.3.1](https://img.shields.io/badge/AppVersion-v4.3.1-informational?style=flat-square) Mastodon is a free, open-source social network server based on ActivityPub. @@ -97,7 +97,10 @@ Mastodon is a free, open-source social network server based on ActivityPub. | mastodon.s3.secretKeys.s3Endpoint | string | `""` | | | mastodon.s3.secretKeys.s3Hostname | string | `""` | | | mastodon.s3.secretKeys.s3Region | string | `""` | | -| mastodon.secrets.existingSecret | string | `""` | the name of an existing Secret to use. keys must be: VAPID_PRIVATE_KEY, VAPID_PUBLIC_KEY, SECRET_KEY_BASE, OTP_SECRET | +| mastodon.secrets.activeRecordEncryption.deterministicKey | string | `""` | | +| mastodon.secrets.activeRecordEncryption.keyDerivationSalt | string | `""` | | +| mastodon.secrets.activeRecordEncryption.primaryKey | string | `""` | | +| mastodon.secrets.existingSecret | string | `""` | the name of an existing Secret to use. keys must be: VAPID_PRIVATE_KEY VAPID_PUBLIC_KEY SECRET_KEY_BASE OTP_SECRET ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT | | mastodon.secrets.otp_secret | string | `""` | | | mastodon.secrets.secret_key_base | string | `""` | must be set manually; autogenerated keys are rotated on each upgrade | | mastodon.secrets.vapid.private_key | string | `""` | |