From cc33d317ba238e33946ac76f8ce31821e11bbfcc Mon Sep 17 00:00:00 2001 From: Unchained Date: Sun, 5 Apr 2026 06:12:44 +0200 Subject: [PATCH] fix(k8s): use latest tag for manoon-headless image Temporary fix until GitHub Actions builds and pushes the image. Workflow will update to specific SHA on next push. --- k8s/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/kustomization.yaml b/k8s/kustomization.yaml index 54dedf0..51e5947 100644 --- a/k8s/kustomization.yaml +++ b/k8s/kustomization.yaml @@ -7,4 +7,4 @@ resources: - ingress.yaml images: - name: ghcr.io/unchainedio/manoon-headless - newTag: 2c27fc6 # Updated by GitHub Actions + newTag: latest # Will be updated by GitHub Actions to commit SHA