2025-11-16 02:28:44 -05:00
|
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
|
|
|
kind: HelmRelease
|
|
|
|
|
metadata:
|
|
|
|
|
name: mcp-umbrella
|
|
|
|
|
namespace: mcp
|
|
|
|
|
spec:
|
|
|
|
|
interval: 10m
|
|
|
|
|
timeout: 5m
|
|
|
|
|
chart:
|
|
|
|
|
spec:
|
2025-11-16 03:04:40 -05:00
|
|
|
chart: mcp-umbrella
|
|
|
|
|
version: "1.0.0"
|
2025-11-16 02:28:44 -05:00
|
|
|
sourceRef:
|
2025-11-16 03:04:40 -05:00
|
|
|
kind: HelmRepository
|
|
|
|
|
name: mcp-charts
|
2025-11-16 02:28:44 -05:00
|
|
|
namespace: flux-system
|
|
|
|
|
interval: 5m
|
|
|
|
|
|
|
|
|
|
install:
|
|
|
|
|
createNamespace: false
|
|
|
|
|
remediation:
|
|
|
|
|
retries: 3
|
|
|
|
|
|
|
|
|
|
upgrade:
|
|
|
|
|
remediation:
|
|
|
|
|
retries: 3
|
|
|
|
|
remediateLastFailure: true
|
|
|
|
|
cleanupOnFail: true
|
|
|
|
|
|
|
|
|
|
valuesFrom:
|
|
|
|
|
- kind: ConfigMap
|
|
|
|
|
name: mcp-umbrella-values
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
values:
|
|
|
|
|
# Values from values.yaml will be automatically used
|
|
|
|
|
# Additional overrides can be placed here
|