From 20fba2754afe06de7385bc89f77f65f1fe7cc544 Mon Sep 17 00:00:00 2001 From: OpenCode Test Date: Sat, 27 Dec 2025 12:01:08 -0800 Subject: [PATCH] fix: temporarily disable migrate job due to image pull issues --- helm/porthole/values-cluster.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/porthole/values-cluster.yaml b/helm/porthole/values-cluster.yaml index ddf1927..a410f7e 100644 --- a/helm/porthole/values-cluster.yaml +++ b/helm/porthole/values-cluster.yaml @@ -12,9 +12,10 @@ secrets: secretAccessKey: "OtmAz9m7o941wG1Gms2yItyqxd6gCWY8k4LJVBX" # Enable jobs and apps now that images are built +# Temporarily disable migrate due to image pull issues jobs: migrate: - enabled: true + enabled: false web: enabled: true