From 65e2bb9fa7a2a3494d9320d4b1c527eff320fdae Mon Sep 17 00:00:00 2001 From: Karla Felix Date: Mon, 7 Nov 2022 10:54:42 -0300 Subject: [PATCH] Decreasing repository update interval for snmp app There is a FluxCD helmrepository for each kubernetes namespace. With the previous interval, 60 minutes, of the already existing kube-system repository does not update until this 60 minutes interval is over. This commit changes the update interval from 60 minutes to 5 minutes, which seems to be reasonable amount and decrease the time necessary to apply snmp from almost one hour to 6-7 minutes. Test Plan: PASS: Generating new snmp package and upload/apply that package(it took 6-7 minutes to fully apply). Closes-Bug: 1994151 Signed-off-by: Karla Felix Change-Id: I04735fa64340ff8781e66218924ffb5eb602f1d7 --- .../stx-snmp-helm/fluxcd-manifests/base/helmrepository.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stx-snmp-helm/stx-snmp-helm/fluxcd-manifests/base/helmrepository.yaml b/stx-snmp-helm/stx-snmp-helm/fluxcd-manifests/base/helmrepository.yaml index 4c4adfe..e7a30f6 100644 --- a/stx-snmp-helm/stx-snmp-helm/fluxcd-manifests/base/helmrepository.yaml +++ b/stx-snmp-helm/stx-snmp-helm/fluxcd-manifests/base/helmrepository.yaml @@ -10,4 +10,4 @@ metadata: name: stx-platform spec: url: http://192.168.206.1:8080/helm_charts/stx-platform - interval: 60m + interval: 5m