Skip to content

Commit

Permalink
Merge pull request #187 from kubescape/updates
Browse files Browse the repository at this point in the history
update kollector and cfpgmap
  • Loading branch information
Daniel-GrunbergerCA authored Jun 6, 2023
2 parents 2915b77 + ff8b433 commit a02c1a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ data:
"namespace": "{{ .Values.ksNamespace }}",
"imageVulnerabilitiesScanningEnabled": {{ .Values.kubevuln.enabled }},
"postureScanEnabled": {{ .Values.kubescape.enabled }},
"otelCollector": "{{ .Values.otelCollector.enabled }}",
"otelCollector": {{ .Values.otelCollector.enabled }},
"nodeAgent": "{{ .Values.nodeAgent.enabled }}",
"maxImageSize": {{ .Values.kubevuln.config.maxImageSize }},
"keepLocal": {{ .Values.global.keepLocal }},
Expand Down
2 changes: 1 addition & 1 deletion labs/kubescape-relevancy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ kollector:
image:
# -- source code: https://github.com/kubescape/kollector
repository: quay.io/kubescape/kollector
tag: v0.1.16
tag: v0.1.21
pullPolicy: Always

replicaCount: 1
Expand Down

0 comments on commit a02c1a6

Please sign in to comment.