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 98d84cc..8bba09c 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 @@ -17,7 +17,7 @@ spec: version: REPLACE_HELM_CHART_VERSION sourceRef: kind: HelmRepository - name: stx-platform + name: stx-platform-audit interval: 1m timeout: 30m test: 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 7f310cb..f2e3a80 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 @@ -7,7 +7,7 @@ apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: - name: stx-platform + name: stx-platform-audit spec: url: http://192.168.206.1:8080/helm_charts/stx-platform interval: 1m # interval to check the repository for updates