2 Commits

Author SHA1 Message Date
5064ddd3d1 Update ghcr.io/plexguide/huntarr Docker tag to v8
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 6s
2025-06-20 17:05:17 +00:00
2a4adef031 disable vul scanner
Some checks failed
lint-test-helm / helm-lint (push) Failing after 44s
renovate / renovate (push) Successful in 1m52s
2025-06-20 12:03:34 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ huntarr:
main:
image:
repository: ghcr.io/plexguide/huntarr
tag: 7.8.2
tag: 8.1.6
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -2,7 +2,7 @@ trivy-operator:
targetWorkloads: "pod,replicaset,replicationcontroller,statefulset,daemonset,cronjob,job"
operator:
replicas: 1
vulnerabilityScannerEnabled: true
vulnerabilityScannerEnabled: false
sbomGenerationEnabled: false
clusterSbomCacheEnabled: false
configAuditScannerEnabled: true