From f262a50e06ed2a7b1267516488c2979dba83a01c Mon Sep 17 00:00:00 2001 From: OpenCode Test Date: Mon, 29 Dec 2025 11:52:11 -0800 Subject: [PATCH] fix: disable migrate job and cleanup cronjob for arm64 cluster MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Disable migrate job (uses app images that need arm64 builds) - Disable cleanupStaging cronjob (minio/mc image pull failing) - Worker remains enabled with dev-arm64 tag 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- helm/porthole/values-cluster.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/helm/porthole/values-cluster.yaml b/helm/porthole/values-cluster.yaml index e571ca2..24fa39d 100644 --- a/helm/porthole/values-cluster.yaml +++ b/helm/porthole/values-cluster.yaml @@ -11,10 +11,14 @@ secrets: accessKeyId: "FwGiBwCXKuQdthR1QLa" secretAccessKey: "OtmAz9m7o941wG1Gms2yItyqxd6gCWY8k4LJVBX" -# Enable jobs and apps now that images are built +# Temporarily disable jobs until arm64 images are available jobs: migrate: - enabled: true + enabled: false + +cronjobs: + cleanupStaging: + enabled: false # minio/mc image pull failing on arm64 web: enabled: false # Temporarily disabled - web arm64 build times out