diff --git a/.github/workflows/bumpHelmDeps.yaml b/.github/workflows/bumpHelmDeps.yaml index ef6cb520..2634985e 100644 --- a/.github/workflows/bumpHelmDeps.yaml +++ b/.github/workflows/bumpHelmDeps.yaml @@ -15,6 +15,6 @@ jobs: - uses: sgibson91/bump-helm-deps-action@main with: chart_path: deploy/helm/Chart.yaml - chart_urls: '{"kube-state-metrics": "https://prometheus-community.github.io/helm-charts/index.yaml", "opentelemetry-operator": "https://open-telemetry.github.io/opentelemetry-helm-charts/index.yaml", "cert-manager": "https://charts.jetstack.io/index.yaml"}' + chart_urls: '{"kube-state-metrics": "https://prometheus-community.github.io/helm-charts/index.yaml", "opentelemetry-operator": "https://open-telemetry.github.io/opentelemetry-helm-charts/index.yaml", "cert-manager": "https://charts.jetstack.io/index.yaml", "trivy-operator": "https://aquasecurity.github.io/helm-charts/index.yaml"}' dry_run: false base_branch: master \ No newline at end of file