2 Commits

Author SHA1 Message Date
5a68b8ba42 Update Helm release gitea to v12
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 17s
2025-05-18 01:00:51 +00:00
a20d0908f8 change probe 2025-05-17 19:59:22 -05:00
2 changed files with 2 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ maintainers:
- name: alexlebens
dependencies:
- name: gitea
version: 11.0.1
version: 12.0.0
repository: https://dl.gitea.io/charts/
- name: app-template
alias: renovate

View File

@@ -69,9 +69,7 @@ ntfy:
spec:
exec:
command:
- /usr/bin/env
- bash
- -c
- CMD-SHELL
- wget -q --tries=1 http://localhost:80/v1/health -O - | grep -Eo '\"healthy\"\\s*:\\s*true' || exit 1
failureThreshold: 5
initialDelaySeconds: 60