diff options
| author | Nikolay Govorov <me@govorov.online> | 2026-08-27 21:02:04 +0100 |
|---|---|---|
| committer | Nikolay Govorov <me@govorov.online> | 2026-08-27 21:02:04 +0100 |
| commit | b4b8201aa94d94087e1519c8da60f52afd724047 (patch) | |
| tree | 589e6d42fb53ef45c10873bec827e933b430fe35 | |
| parent | c87253a7d0075b5c136cad451aa10fb8f211babb (diff) | |
| download | tar tar.gz tar.bz2 tar.lz tar.xz tar.zst zip | |
Fix charts
Diffstat
| -rw-r--r-- | .github/workflows/build.yml | 2 | +2 −0 |
| -rw-r--r-- | charts/gilti/templates/deployment.yaml | 2 | +1 −1 |
2 files changed, 3 insertions, 1 deletions
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: |
