Skip to content

Commit

Permalink
updated jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyaccuknox committed Dec 3, 2024
1 parent 678ab28 commit 3f5caa0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions accuknox-jobs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.2
version: 0.1.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -28,16 +28,16 @@ dependencies:
- name: cis-k8s-job
version: "0.1.0"
repository: "file:/./charts/cis-k8s-job"
condition: accuknox.cis.enabled
condition: accuknox-jobs.cis.enabled
- name: k8s-risk-assessment-job
version: "0.1.0"
repository: "file:/./charts/k8s-risk-assessment-job"
condition: accuknox.riskassessment.enabled
condition: accuknox-jobs.riskassessment.enabled
# - name: k8tls-job
# version: "0.1.0"
# repository: "file:/./charts/k8tls-job"
# condition: accuknox.k8tls.enabled
# condition: accuknox-jobs.k8tls.enabled # Updated if needed (currently commented)
- name: kiem-job
version: "0.1.0"
repository: "file:/./charts/kiem-job"
condition: accuknox.kiem.enabled
condition: accuknox-jobs.kiem.enabled
5 changes: 3 additions & 2 deletions accuknox-jobs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ global:
label: ""

# Job-specific configurations
accuknox:
accuknox-jobs:
enabled: false
cis:
enabled: false # Default: CIS job is disabled
promptForPlatform: false # By default, platform selection is not prompted
Expand All @@ -20,4 +21,4 @@ accuknox:
# k8tls:
# enabled: false
kiem:
enabled: false
enabled: false

0 comments on commit 3f5caa0

Please sign in to comment.