Replaced wait-for-it image to resolve security issues

This image was also outdated (no recent releases) and contains whole bunch of vulnerabilities

Signed-off-by: Marco Franssen <[email protected]>
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-02-18 13:04:07 +01:00
committed by Marco Franssen
parent a3f1901a6b
commit 109be1a3cc
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ spec:
# from https://github.com/lqhl/wait-for-it
image: {{ template "spire.image" .Values.waitForIt }}
imagePullPolicy: {{ .Values.waitForIt.image.pullPolicy }}
args: ["-t", "30", "{{ include "spire.fullname" . }}-server:8081"]
args: ["-t", "30", "-h", "{{ include "spire.fullname" . }}-server", "-p", "8081"]
resources:
{{- toYaml .Values.waitForIt.resources | nindent 12 }}
{{- with .Values.agent.nodeSelector }}