From 4ab1e9ca8bf2cbfab5b8c7d9fc6033a70a962c57 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 11:01:19 +0000 Subject: [PATCH] ci(production): update server - master/c16c09b42eeb21388affcaa17c1ab34f67088ed6" --- .../production/applications/sourcify-server/values.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/environments/production/applications/sourcify-server/values.yaml b/environments/production/applications/sourcify-server/values.yaml index 61a04ec9..dc6a52f4 100644 --- a/environments/production/applications/sourcify-server/values.yaml +++ b/environments/production/applications/sourcify-server/values.yaml @@ -1,6 +1,6 @@ image: repository: ethereum/source-verify - tag: server-stable@sha256:8524adb1648f188a95abb00882261221c8d09d62cb51784f3377f8e5e5d1b911 + tag: server-stable@sha256:d3cc9f706b46d45aced3a43cf87b6623999eb724ef3833ac601068327d106798 pullPolicy: IfNotPresent imagePullSecrets: - name: image-pull-secret @@ -103,9 +103,7 @@ probes: - /bin/sh - -c - >- - timeout 1 bash -c 'cat < /dev/null > /dev/tcp/127.0.0.1/80' && - ls /data/repository/ && - ls /data/compilers/ + timeout 1 bash -c 'cat < /dev/null > /dev/tcp/127.0.0.1/80' && ls /data/repository/ && ls /data/compilers/ initialDelaySeconds: 0 periodSeconds: 10 timeoutSeconds: 2