Skip to content

Commit

Permalink
cron job updated
Browse files Browse the repository at this point in the history
Signed-off-by: Mritunjay Sharma <[email protected]>
  • Loading branch information
mritunjaysharma394 committed Feb 25, 2022
1 parent 023a4cc commit f7bd0e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion charts/kube-bench-adapter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.5
version: 0.1.6

# 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 Down
3 changes: 0 additions & 3 deletions charts/kube-bench-adapter/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ spec:
"-yaml", "{{ .Values.kubeBench.yaml }}",
"-category", "{{ .Values.kubeBench.category }}",
"-namespace", "{{ .Values.kubeBench.namespace }}",
"-kube-bench-benchmark", "{{ .Values.kubeBench.benchmark }}",
"-kube-bench-targets", "{{ .Values.kubeBench.targets }}",
"-kube-bench-version", "{{ .Values.kubeBench.version }}",
"-kubebenchImg", "{{ .Values.kubeBench.kubebenchImg }}",
"-kubeconfig", "{{ .Values.kubeBench.kubeconfig }}",
]
Expand Down

0 comments on commit f7bd0e4

Please sign in to comment.