Skip to content

Commit 363557f

Browse files
author
Steve Salas
committed
Switch imagePullPolicy to Always
Note: The k8s configuration best practices doc mentions how the Always setting is efficient due to Docker caching semantics.
1 parent 72f24aa commit 363557f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codedx-tool-orchestration/templates/tool-service-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ spec:
3030
containers:
3131
- name: tool-service
3232
image: {{ .Values.toolServiceImageName | quote }}
33+
imagePullPolicy: Always
3334
command: ["/opt/codedx/service/bin/service"]
3435
args: ["-adminApiKeyPath", "/opt/codedx/service/secrets/adminApiKey",
3536
"-codeDxBaseUrl", "{{ required "codedxBaseUrl is required" .Values.codedxBaseUrl }}",

0 commit comments

Comments
 (0)