3 Commits

Author SHA1 Message Date
2b0d4b1a06 Update Helm release gitea to v12
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 18s
2025-05-18 01:50:47 +00:00
5b572dcf4c change probe 2025-05-17 20:44:01 -05:00
2a3e59cb7c disable probe 2025-05-17 20:41:35 -05:00
2 changed files with 4 additions and 2 deletions

View File

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

View File

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