appfwk: set flux reconciliation interval to 1m

Set reconciliation interval for all flux helm resources to 1m
to allow it to manage resources by itself in a reasonable time
interval.

Test Plan (tested as part of [1]):
PASS: bootstrap
PASS: unlocked enabled available
PASS: apps applied
PASS: inspect flux pod logs for errors
PASS: re-test known trigger for 1996747 and 1995748
PASS: re-test known trigger 1997368

[1] https://review.opendev.org/c/starlingx/config/+/866862

Partial-Bug: 1999032

Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com>
Change-Id: I1f324611c0c6ad289fbdb795973e1cd6ba09d0b9
This commit is contained in:
Leonardo Fagundes Luz Serrano 2022-12-07 15:03:23 -03:00
parent 88cd705b2a
commit 09d585c4a5
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@ metadata:
name: stx-platform
spec:
url: http://192.168.206.1:8080/helm_charts/stx-platform
interval: 60m
interval: 1m

View File

@ -19,7 +19,7 @@ spec:
sourceRef:
kind: HelmRepository
name: stx-platform
interval: 5m
interval: 1m
timeout: 30m
test:
enable: false