Skip to content

Commit

Permalink
build: Automated Change - Bump cluster scanner version to "0.0.19"
Browse files Browse the repository at this point in the history
  • Loading branch information
shmu3l authored and github-actions[bot] committed Jul 18, 2023
1 parent bc4bd8d commit 9b497ea
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.18" }}"
image: "{{ .Values.clusterScanner.image.repository }}:{{ .Values.clusterScanner.image.tag | default "0.0.19" }}"
imagePullPolicy: "{{.Values.clusterScanner.image.pullPolicy}}"
resources: {{- toYaml .Values.clusterScanner.resources | nindent 12 }}
ports:

0 comments on commit 9b497ea

Please sign in to comment.