Skip to content

Commit

Permalink
feat(trivy server): 更新 trivy Server 启动命令
Browse files Browse the repository at this point in the history
  • Loading branch information
alvin5840 committed Feb 21, 2023
1 parent 9587440 commit 5c16f86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
/.idea/helm-chart.iml
/.idea/modules.xml
/.idea/vcs.xml
.workspace.xml
workspace.xml
2 changes: 1 addition & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/hummerrisk/templates/deployment-tivy-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
#imagePullPolicy: IfNotPresent
imagePullPolicy: {{ .Values.hummerrisk.image.pullPolicy }}
command: [ "trivy" ]
args: [ "server","--skip-update","--listen","0.0.0.0:4975" ]
args: [ "server","--skip-db-update","--listen","0.0.0.0:4975" ]
{{- if .Values.resources }}
resources: {{- toYaml .Values.resources | nindent 12 }}
{{- end }}
Expand Down

0 comments on commit 5c16f86

Please sign in to comment.