Skip to content
Snippets Groups Projects
Unverified Commit b75b1da4 authored by groundhog2k's avatar groundhog2k Committed by GitHub
Browse files

Fixed illegal char in name (#147)

parent 1a431771
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
# 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
......
......@@ -43,7 +43,7 @@ spec:
- name: gitea-vol
mountPath: /data
containers:
- name: {{ .Chart.Name }}^
- name: {{ .Chart.Name }}
{{- with .Values.securityContext }}
securityContext:
{{- toYaml . | nindent 12 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment