From 37d1894ad4c83dcb33d37b2128b5cbba7607aec2 Mon Sep 17 00:00:00 2001 From: Flux CD Date: Sun, 5 Apr 2026 05:10:32 +0000 Subject: [PATCH] fix: remove image transformer, use deployment image directly --- k8s/kustomization.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/k8s/kustomization.yaml b/k8s/kustomization.yaml index 54dedf0..34d0502 100644 --- a/k8s/kustomization.yaml +++ b/k8s/kustomization.yaml @@ -5,6 +5,3 @@ resources: - service.yaml - middleware.yaml - ingress.yaml -images: - - name: ghcr.io/unchainedio/manoon-headless - newTag: 2c27fc6 # Updated by GitHub Actions