diff --git a/stx-audit-helm/stx-audit-helm/fluxcd-manifests/auditd/helmrelease.yaml b/stx-audit-helm/stx-audit-helm/fluxcd-manifests/auditd/helmrelease.yaml index 93077a0..ee0dfb9 100644 --- a/stx-audit-helm/stx-audit-helm/fluxcd-manifests/auditd/helmrelease.yaml +++ b/stx-audit-helm/stx-audit-helm/fluxcd-manifests/auditd/helmrelease.yaml @@ -18,7 +18,7 @@ spec: sourceRef: kind: HelmRepository name: stx-platform - interval: 5m + interval: 1m timeout: 30m test: enable: false diff --git a/stx-audit-helm/stx-audit-helm/fluxcd-manifests/base/helmrepository.yaml b/stx-audit-helm/stx-audit-helm/fluxcd-manifests/base/helmrepository.yaml index a42406a..75b4d46 100644 --- a/stx-audit-helm/stx-audit-helm/fluxcd-manifests/base/helmrepository.yaml +++ b/stx-audit-helm/stx-audit-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: 5m # interval to check the repository for updates + interval: 1m # interval to check the repository for updates