2 Commits

Author SHA1 Message Date
3139bb7e2d Update ghcr.io/moghtech/komodo-core Docker tag to v1.19.0
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 21s
2025-08-24 03:28:28 +00:00
9a611ba15d disable scanner
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m34s
2025-08-23 22:27:19 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ komodo:
main:
image:
repository: ghcr.io/moghtech/komodo-core
tag: 1.17.5
tag: 1.19.0
pullPolicy: IfNotPresent
env:
- name: COMPOSE_LOGGING_DRIVER

View File

@@ -7,7 +7,7 @@ trivy-operator:
clusterSbomCacheEnabled: false
configAuditScannerEnabled: true
rbacAssessmentScannerEnabled: true
infraAssessmentScannerEnabled: true
infraAssessmentScannerEnabled: false
clusterComplianceEnabled: false
serviceMonitor:
enabled: true