Skip to content

Commit

Permalink
build: Automated Change - Bump cluster scanner version to "0.0.18"
Browse files Browse the repository at this point in the history
  • Loading branch information
shalev007 authored and github-actions[bot] committed Jun 20, 2023
1 parent f593b9b commit a1cff39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -140,7 +140,7 @@ spec:
initialDelaySeconds: {{.Values.clusterScanner.readinessProbe.initialDelaySeconds | default 5 }}
periodSeconds: {{.Values.clusterScanner.readinessProbe.periodSeconds | default 10 }}
{{- end }}
image: "{{ .Values.clusterScanner.image.repository }}:{{ .Values.clusterScanner.image.tag | default "0.0.17" }}"
image: "{{ .Values.clusterScanner.image.repository }}:{{ .Values.clusterScanner.image.tag | default "0.0.18" }}"
imagePullPolicy: "{{.Values.clusterScanner.image.pullPolicy}}"
resources: {{- toYaml .Values.clusterScanner.resources | nindent 12 }}
ports:

0 comments on commit a1cff39

Please sign in to comment.