diff --git a/charts/gitea/Chart.lock b/charts/gitea/Chart.lock
index 11e9bdfdde792c0cba0b2bb0e84d8cd046da78dd..12ae4d638aaf0a34e942e6193e933851d5ef93a0 100644
--- a/charts/gitea/Chart.lock
+++ b/charts/gitea/Chart.lock
@@ -1,12 +1,12 @@
 dependencies:
 - name: mariadb
   repository: https://groundhog2k.github.io/helm-charts
-  version: 0.1.5
+  version: 0.2.0
 - name: postgres
   repository: https://groundhog2k.github.io/helm-charts
-  version: 0.1.3
+  version: 0.2.0
 - name: redis
   repository: https://groundhog2k.github.io/helm-charts
-  version: 0.1.2
-digest: sha256:1208361a2b8fe146093eb729dd3e4ed18bd43abe065f149d542d32e65aec4580
-generated: "2020-11-29T11:18:31.882046+01:00"
+  version: 0.2.0
+digest: sha256:af6eae5c008d192ad641787586c71f96d4bdf3893e00fc3df087dd09ec951655
+generated: "2020-12-11T20:00:57.6829646+01:00"
diff --git a/charts/gitea/Chart.yaml b/charts/gitea/Chart.yaml
index ff5042c1080c0f020f125f8cec923c5b60ec91ff..65da1102fd766e2e713ec0c3e33300080b37c9c8 100644
--- a/charts/gitea/Chart.yaml
+++ b/charts/gitea/Chart.yaml
@@ -8,21 +8,21 @@ maintainers:
   - name: groundhog2k
 
 # This is the chart version
-version: 0.1.2
+version: 0.2.0
 
 # This is the version number of the application being deployed.
 appVersion: "1.13.0"
 
 dependencies:
   - name: mariadb
-    version: 0.1.5
+    version: 0.2.0
     repository: "https://groundhog2k.github.io/helm-charts"
     condition: mariadb.enabled
   - name: postgres
-    version: 0.1.3
+    version: 0.2.0
     repository: "https://groundhog2k.github.io/helm-charts"
     condition: postgres.enabled
   - name: redis
-    version: 0.1.2
+    version: 0.2.0
     repository: "https://groundhog2k.github.io/helm-charts"
     condition: redis.enabled
diff --git a/charts/gitea/README.md b/charts/gitea/README.md
index 818fe8b38e1c6b132c43689bf861dee41fc880f2..7d4341589f03ee73e5baeb174504622093454a0c 100644
--- a/charts/gitea/README.md
+++ b/charts/gitea/README.md
@@ -1,6 +1,6 @@
 #  Gitea
 
-![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.13.0](https://img.shields.io/badge/AppVersion-1.13.0-informational?style=flat-square)
+![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.13.0](https://img.shields.io/badge/AppVersion-1.13.0-informational?style=flat-square)
 
 A Helm chart for Gitea on Kubernetes
 
@@ -15,7 +15,7 @@ $ helm install my-release groundhog2k/gitea
 
 This chart uses the original [Gitea from Docker](https://hub.docker.com/r/gitea/gitea) to deploy Gitea in Kubernetes.
 
-It allows fully supports deployment of the [ARM64v8 image of Gitea](https://hub.docker.com/layers/gitea/gitea/linux-arm64/images/sha256-21cf22dace8dcd3ccd3188a65380ae028b9dc891a9385caeb0db27b62c3d7a42?context=explore) on a ARM64 based Kubernetes cluster just by exchanging the existing `node.selector` value.
+It fully supports deployment of arm64v8 and amd64 multi-architecture docker image. Just set the `nodeSelector` value to `kubernetes.io/arch: "arm64"` (default is `"amd64"`)
 
 ## Prerequisites
 
@@ -43,9 +43,9 @@ $ helm uninstall my-release
 
 | Repository | Name | Version |
 |------------|------|---------|
-| @groundhog2k | mariadb | 0.1.5 |
-| @groundhog2k | postgres | 0.1.3 |
-| @groundhog2k | redis | 0.1.2 |
+| @groundhog2k | mariadb | 0.2.0 |
+| @groundhog2k | postgres | 0.2.0 |
+| @groundhog2k | redis | 0.2.0 |
 
 ## Common parameters
 
diff --git a/charts/gitea/charts/mariadb-0.1.5.tgz b/charts/gitea/charts/mariadb-0.1.5.tgz
deleted file mode 100644
index 1a58f072434e19412e3f1daa6b74a88b5285ffc7..0000000000000000000000000000000000000000
Binary files a/charts/gitea/charts/mariadb-0.1.5.tgz and /dev/null differ
diff --git a/charts/gitea/charts/mariadb-0.2.0.tgz b/charts/gitea/charts/mariadb-0.2.0.tgz
new file mode 100644
index 0000000000000000000000000000000000000000..1f8bed147c8db14c89e4dad9b39a250210a10a1c
Binary files /dev/null and b/charts/gitea/charts/mariadb-0.2.0.tgz differ
diff --git a/charts/gitea/charts/postgres-0.1.3.tgz b/charts/gitea/charts/postgres-0.1.3.tgz
deleted file mode 100644
index 2362512f5a3049ec93fb691c31900cd94d64332c..0000000000000000000000000000000000000000
Binary files a/charts/gitea/charts/postgres-0.1.3.tgz and /dev/null differ
diff --git a/charts/gitea/charts/postgres-0.2.0.tgz b/charts/gitea/charts/postgres-0.2.0.tgz
new file mode 100644
index 0000000000000000000000000000000000000000..ccce0d3997efb7a31825fd3000bf796a32ca13b1
Binary files /dev/null and b/charts/gitea/charts/postgres-0.2.0.tgz differ
diff --git a/charts/gitea/charts/redis-0.1.2.tgz b/charts/gitea/charts/redis-0.1.2.tgz
deleted file mode 100644
index 2984482e8b6abaaddfce97b4660fa623c4a23157..0000000000000000000000000000000000000000
Binary files a/charts/gitea/charts/redis-0.1.2.tgz and /dev/null differ
diff --git a/charts/gitea/charts/redis-0.2.0.tgz b/charts/gitea/charts/redis-0.2.0.tgz
new file mode 100644
index 0000000000000000000000000000000000000000..094ca1b3065ffd59004c08a9912ea7390a170508
Binary files /dev/null and b/charts/gitea/charts/redis-0.2.0.tgz differ
diff --git a/charts/gitea/values.yaml b/charts/gitea/values.yaml
index 79095243c95f8bf7c7f17602b2a9528765c06757..5c0455e6ebe6f3925d9354d8f7836a42b0c65138 100644
--- a/charts/gitea/values.yaml
+++ b/charts/gitea/values.yaml
@@ -1,7 +1,6 @@
 ## Default values for Gitea deployment
 
 ## Gitea docker image
-## use tag *-linux-arm64 for the same image on ARM64v8
 image:
   repository: gitea/gitea
   pullPolicy: IfNotPresent
@@ -104,7 +103,7 @@ readinessProbe:
   periodSeconds: 10
 
 ## Default node type for the image
-## use arm64v8 for the *-linux-arm64 image
+## use arm64 for the arm64 image
 nodeSelector:
   kubernetes.io/arch: amd64