Skip to content

Commit

Permalink
add TRIVY_JAVA_DB_REPOSITORY to trivy configmap
Browse files Browse the repository at this point in the history
refs #2271
  • Loading branch information
louzadod committed Sep 26, 2024
1 parent 18e40db commit ca46a0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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.24.1
version: 0.24.2

# 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
1 change: 1 addition & 0 deletions deploy/helm/templates/configmaps/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ data:
TRIVY_DEBUG: {{ .Values.trivy.debug | quote }}
TRIVY_SKIP_DB_UPDATE: "false"
TRIVY_DB_REPOSITORY: "{{ .Values.trivy.dbRegistry }}/{{ .Values.trivy.dbRepository }}"
TRIVY_JAVA_DB_REPOSITORY: "{{ .Values.trivy.javaDbRegistry }}/{{ .Values.trivy.javaDbRepository }}"
TRIVY_INSECURE: "{{ .Values.operator.builtInServerRegistryInsecure }}"
{{- end }}
{{- end }}
Expand Down

0 comments on commit ca46a0a

Please sign in to comment.