Bump test chart dependencies (#369)

* Bump test chart dependencies

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Remove workaround as they fixed curl

Signed-off-by: Kevin Fox <[email protected]>

---------

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Kevin Fox <[email protected]>
Co-authored-by: marcofranssen <[email protected]>
Co-authored-by: Kevin Fox <[email protected]>
This commit is contained in:
spire-helm-version-checker[bot]
2024-05-27 06:36:36 -07:00
committed by GitHub
co-authored by marcofranssen Kevin Fox
parent 39084afa71
commit d29ad0649f
10 changed files with 17 additions and 17 deletions
@@ -25,8 +25,8 @@ spec:
curl -k -f -s 'https://{{ include "spire-server.fullname" . }}:{{ .Values.service.port }}'
IGNORECA=$?
echo $NOCA $IGNORECA
if [ $NOCA -eq 60 -a $IGNORECA -eq 56 ]; then
# We were able to connect to the server but didn't recognize the ca (60) and the page not found (56) because we're not using grpc
if [ $NOCA -eq 60 -a $IGNORECA -eq 22 ]; then
# We were able to connect to the server but didn't recognize the ca (60) and the page not found (22) because we're not using grpc
exit 0
fi
exit 1