Skip to content

fix: actions cache#1581

Merged
bo0tzz merged 1 commit into
mainfrom
fix/actions-cache
May 9, 2026
Merged

fix: actions cache#1581
bo0tzz merged 1 commit into
mainfrom
fix/actions-cache

Conversation

@jrasm91

@jrasm91 jrasm91 commented May 8, 2026

Copy link
Copy Markdown
Member
  • Increase actions cache
  • Prune cache at 30 days instead of 90

@jrasm91
jrasm91 requested a review from a team as a code owner May 8, 2026 20:48
@github-actions

github-actions Bot commented May 8, 2026

Copy link
Copy Markdown
--- HelmRelease: actions-cache/actions-cache PersistentVolumeClaim: actions-cache/actions-cache-data

+++ HelmRelease: actions-cache/actions-cache PersistentVolumeClaim: actions-cache/actions-cache-data

@@ -9,9 +9,9 @@

     app.kubernetes.io/name: actions-cache
 spec:
   accessModes:
   - ReadWriteOnce
   resources:
     requests:
-      storage: 100Gi
+      storage: 200Gi
   storageClassName: zfs
 
--- HelmRelease: actions-cache/actions-cache Deployment: actions-cache/actions-cache

+++ HelmRelease: actions-cache/actions-cache Deployment: actions-cache/actions-cache

@@ -33,12 +33,14 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
       - env:
         - name: API_BASE_URL
           value: http://actions-cache.actions-cache.svc.cluster.local:3000
+        - name: CACHE_CLEANUP_OLDER_THAN_DAYS
+          value: '30'
         - name: DB_SQLITE_PATH
           value: /data/sqlite.db
         - name: STORAGE_FILESYSTEM_PATH
           value: /data/cache
         image: ghcr.io/falcondev-oss/github-actions-cache-server:9.4.7@sha256:318a568e4eba358dbe5978338353a4101b527996a076746ba781a32c6ed19543
         livenessProbe:

@github-actions

github-actions Bot commented May 8, 2026

Copy link
Copy Markdown
--- kubernetes/apps/actions-runner/actions-cache Kustomization: flux-system/actions-runner-actions-cache HelmRelease: actions-cache/actions-cache

+++ kubernetes/apps/actions-runner/actions-cache Kustomization: flux-system/actions-runner-actions-cache HelmRelease: actions-cache/actions-cache

@@ -34,22 +34,23 @@

     controllers:
       main:
         containers:
           main:
             env:
               API_BASE_URL: http://actions-cache.actions-cache.svc.cluster.local:3000
+              CACHE_CLEANUP_OLDER_THAN_DAYS: '30'
               DB_SQLITE_PATH: /data/sqlite.db
               STORAGE_FILESYSTEM_PATH: /data/cache
             image:
               repository: ghcr.io/falcondev-oss/github-actions-cache-server
               tag: 9.4.7@sha256:318a568e4eba358dbe5978338353a4101b527996a076746ba781a32c6ed19543
     persistence:
       data:
         accessMode: ReadWriteOnce
         enabled: true
-        size: 100Gi
+        size: 200Gi
         storageClass: zfs
     service:
       main:
         ports:
           http:
             port: 3000

@bo0tzz
bo0tzz merged commit d5f8a44 into main May 9, 2026
16 checks passed
@bo0tzz
bo0tzz deleted the fix/actions-cache branch May 9, 2026 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants