From b4b8201aa94d94087e1519c8da60f52afd724047 Mon Sep 17 00:00:00 2001 From: Nikolay Govorov Date: Thu, 27 Aug 2026 21:02:04 +0100 Subject: Fix charts --- .github/workflows/build.yml | 2 ++ charts/gilti/templates/deployment.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60a0f53..b388d20 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,6 +82,8 @@ jobs: build-base=0.5-r3 \ cargo=1.87.0-r1 \ rust=1.87.0-r1 \ + git=2.49.1-r0 \ + python3 \ zlib-dev=1.3.2-r0 scripts/build-artifacts.sh "${{ matrix.arch }}" chown -R "$HOST_UID:$HOST_GID" .container diff --git a/charts/gilti/templates/deployment.yaml b/charts/gilti/templates/deployment.yaml index 19eab1b..e71fb6a 100644 --- a/charts/gilti/templates/deployment.yaml +++ b/charts/gilti/templates/deployment.yaml @@ -84,7 +84,7 @@ spec: subPath: authorized_keys readOnly: true - name: run - mountPath: /run + mountPath: /run/gilti - name: tmp mountPath: /tmp volumes: -- Gilti