lint / yaml (pull_request) Successful in 23s
lint / yaml (push) Successful in 23s
lint / terraform (push) Successful in 37s
lint / terraform (pull_request) Successful in 30s
lint / ansible (push) Successful in 4m14s
lint / ansible (pull_request) Successful in 4m29s
40 lines
947 B
YAML
40 lines
947 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.6.0
|
|
driftDetection:
|
|
mode: enabled
|
|
install:
|
|
strategy:
|
|
name: RetryOnFailure
|
|
retryInterval: 5m
|
|
interval: 30m
|
|
releaseName: gitea
|
|
targetNamespace: gitea
|
|
timeout: 15m
|
|
upgrade:
|
|
strategy:
|
|
name: RetryOnFailure
|
|
retryInterval: 5m
|
|
# Keep the patch release explicit because chart 12.6.0 defaults to 1.26.1.
|
|
# This override is in the suspended HelmRelease itself so chart, image and
|
|
# suspension are applied atomically; changing the watched values ConfigMap in
|
|
# the same revision could otherwise trigger reconciliation first.
|
|
values:
|
|
image:
|
|
rootless: true
|
|
tag: "1.26.4"
|
|
valuesFrom:
|
|
- kind: ConfigMap
|
|
name: gitea-values
|