Skip to content

Commit 7140b00

Browse files
committed
Update charts with latest changes
1 parent da8118d commit 7140b00

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

wiz-outpost-configuration/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2025.06.22
18+
version: 2025.06.26
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

wiz-outpost-configuration/templates/networkAnalyzer.job.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ spec:
5959
- "wiz-network-analyzer"
6060
args:
6161
- analyze
62-
- --output
63-
- /tmp
62+
- --print-report-to-log
6463
{{- with .Values.networkAnalyzer.outpostId }}
6564
- --outpost-id
6665
- {{ . | quote }}
@@ -132,18 +131,17 @@ spec:
132131
- name: SSL_CERT_DIR
133132
value: "/usr/local/share/ca-certificates/:/certificates/"
134133
volumeMounts:
135-
- mountPath: /tmp
136-
name: tmp-dir
137134
{{- if not .Values.networkAnalyzer.outpostId }}
138135
- name: secrets
139136
mountPath: /mnt/secrets/
140137
readOnly: true
141138
{{- end }}
139+
- mountPath: /usr/local/share/ca-certificates/
140+
name: ca-certificate
141+
readOnly: true
142142
resources:
143143
{{- toYaml .Values.networkAnalyzer.resources | nindent 12 }}
144144
volumes:
145-
- name: tmp-dir
146-
emptyDir: { }
147145
- name: ca-certificate
148146
secret:
149147
defaultMode: 420

0 commit comments

Comments
 (0)