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