diff --git a/Chart.yaml b/Chart.yaml
index 2fde9b9..624a8b7 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -3,7 +3,7 @@ name: gitea
description: Gitea Helm chart for Kubernetes
type: application
version: 0.0.0
-appVersion: 1.20.5
+appVersion: 1.21.0
icon: https://gitea.com/assets/img/logo.svg
keywords:
diff --git a/README.md b/README.md
index 6dfc5bd..9f70734 100644
--- a/README.md
+++ b/README.md
@@ -706,7 +706,7 @@ extraVolumes:
extraVolumeMounts:
- name: gitea-themes
readOnly: true
- mountPath: "/data/gitea/public/css"
+ mountPath: "/data/gitea/public/assets/css"
```
The secret can be created via `terraform`:
@@ -1051,6 +1051,15 @@ If you miss this, blindly upgrading may delete your Postgres instance and you ma
+To 9.6.0
+
+Chart 9.6.0 ships with Gitea 1.21.0.
+While there are no breaking changes in the chart, please check the changes of the [1.21 release blog post](https://blog.gitea.com/release-of-1.21.0/).
+
+
+
+
+
To 9.0.0
This chart release comes with many breaking changes while aiming for a HA-ready setup.