chore: Update manifests after change

This commit is contained in:
2026-05-18 03:03:55 +00:00
committed by Alex Lebens
parent d2a7d5bc7e
commit fc7e5cef35
64 changed files with 2746 additions and 1 deletions
@@ -0,0 +1,22 @@
apiVersion: v1
kind: Pod
metadata:
name: "gitea-test-connection"
namespace: gitea
labels:
helm.sh/chart: gitea-12.6.0
app: gitea
app.kubernetes.io/name: gitea
app.kubernetes.io/instance: gitea
app.kubernetes.io/version: "1.26.1"
version: "1.26.1"
app.kubernetes.io/managed-by: Helm
annotations:
"helm.sh/hook": test-success
spec:
containers:
- name: wget
image: "busybox:latest"
command: ['wget']
args: ['gitea-http:3000']
restartPolicy: Never