Add chart gitea 12.4.0

This commit is contained in:
wbsong111
2025-11-24 10:07:07 +09:00
parent 2a3077eee0
commit 1051a02875
385 changed files with 54063 additions and 12881 deletions
@@ -1,7 +1,9 @@
{{- if .Values.test.enabled }}
apiVersion: v1
kind: Pod
metadata:
name: "{{ include "gitea.fullname" . }}-test-connection"
namespace: {{ .Values.namespace | default .Release.Namespace }}
labels:
{{ include "gitea.labels" . | nindent 4 }}
annotations:
@@ -9,7 +11,8 @@ metadata:
spec:
containers:
- name: wget
image: busybox
image: "{{ .Values.test.image.name }}:{{ .Values.test.image.tag }}"
command: ['wget']
args: ['{{ include "gitea.fullname" . }}-http:{{ .Values.service.http.port }}']
restartPolicy: Never
{{- end }}