lint / yaml (push) Successful in 13s
lint / terraform (pull_request) Successful in 32s
lint / terraform (push) Successful in 30s
lint / ansible (pull_request) Successful in 3m39s
lint / ansible (push) Successful in 4m9s
lint / yaml (pull_request) Successful in 13s
33 lines
599 B
YAML
33 lines
599 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
|
|
suspend: true
|
|
targetNamespace: gitea
|
|
timeout: 15m
|
|
upgrade:
|
|
strategy:
|
|
name: RetryOnFailure
|
|
retryInterval: 5m
|
|
valuesFrom:
|
|
- kind: ConfigMap
|
|
name: gitea-values
|