lint / yaml (push) Successful in 17s
lint / yaml (pull_request) Successful in 20s
lint / terraform (push) Successful in 38s
lint / terraform (pull_request) Successful in 31s
lint / ansible (push) Successful in 4m16s
lint / ansible (pull_request) Successful in 4m5s
32 lines
583 B
YAML
32 lines
583 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: gitea
|
|
namespace: gitea
|
|
spec:
|
|
chart:
|
|
spec:
|
|
chart: gitea
|
|
interval: 1h
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: gitea-charts
|
|
version: 12.5.3
|
|
driftDetection:
|
|
mode: enabled
|
|
install:
|
|
strategy:
|
|
name: RetryOnFailure
|
|
retryInterval: 5m
|
|
interval: 30m
|
|
releaseName: gitea
|
|
targetNamespace: gitea
|
|
timeout: 15m
|
|
upgrade:
|
|
strategy:
|
|
name: RetryOnFailure
|
|
retryInterval: 5m
|
|
valuesFrom:
|
|
- kind: ConfigMap
|
|
name: gitea-values
|