diff --git a/charts/gitea/Chart.yaml b/charts/gitea/Chart.yaml
index 891e74e9e78c85d570dff46669ba5561db8bf7f7..9883af2b6ad1712064e5ec46466b891b63d483db 100644
--- a/charts/gitea/Chart.yaml
+++ b/charts/gitea/Chart.yaml
@@ -8,7 +8,7 @@ maintainers:
   - name: groundhog2k
 
 # This is the chart version
-version: 0.2.2
+version: 0.2.3
 
 # This is the version number of the application being deployed.
 appVersion: "1.13.0"
diff --git a/charts/gitea/README.md b/charts/gitea/README.md
index 3d1ce2946713693f77723b55b772d3be97f1088d..99aff99e0e4d9386b50cbc3b19603726e7d884b2 100644
--- a/charts/gitea/README.md
+++ b/charts/gitea/README.md
@@ -1,6 +1,6 @@
 #  Gitea
 
-![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.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.3](https://img.shields.io/badge/Version-0.2.3-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
 
diff --git a/charts/gitea/templates/deployment.yaml b/charts/gitea/templates/deployment.yaml
index 6d5bdbd73a25318c07959ca85005061e47ea1967..faf3bfe07fb09ffad560947c27c24268be38159f 100644
--- a/charts/gitea/templates/deployment.yaml
+++ b/charts/gitea/templates/deployment.yaml
@@ -43,7 +43,7 @@ spec:
             - name: gitea-vol
               mountPath: /data
       containers:
-        - name: {{ .Chart.Name }}^
+        - name: {{ .Chart.Name }}
           {{- with .Values.securityContext }}
           securityContext:
             {{- toYaml . | nindent 12 }}